Html Css Color HEX #B048DF Medium Orchid

📋 copy color: '#B048DF'

red 176 ◦ green 72 ◦ blue 223

#B048DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B048DF

Tints of Medium Orchid #B048DF

RGB

 RED value IS 176 (69.14% from 255) = 37.37%

 GREEN value IS 72 (28.52% from 255) = 15.29%

 BLUE value IS 223 (87.5% from 255) = 47.35%

R = 37.37%
G = 15.29%
B = 47.35%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B048DF (or 0xB048DF) is known color: Medium Orchid. HEX triplet: B0, 48 and DF. RGB value is (176,72,223). Sum of RGB (Red+Green+Blue) = 176+72+223=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #B048DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B048DF is #4FB720. Grayscale: #777777. Windows color (decimal): -5224225 or 14633136. OLE color: 14633136.

HSL color Cylindrical-coordinate representation of color #B048DF: hue angle of 281.32º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B048DF is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 72 223 -
CMYK 0.21 0.68 0 0.13
HSL 281.32º 0.7% 0.58% -
HSV(B) 281.32º 0.68% 0.87% -
XYZ 33.54 19.19 71.75 -
YUV 120.31 185.96 167.72 -
System Red Green Blue C M Y K H S L
Decimal 176 72 223 0.21 0.68 0 0.13 281.32 0.7 0.58
Hex B0 48 DF 15 44 0 D 119 46 3A
Octal 260 110 337 25 104 0 15 431 106 72
Binary 10110000 1001000 11011111 10101 1000100 0 1101 100011001 1000110 111010

Color Harmonies of #B048DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B048DF

Black with #B048DF

Text Example


Text Example

White with #B048DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B048DF; }

 p { color: rgb(176,72,223); }

 H1.HeaderClassName
 {
   color: #B048DF;
 }
 .AnyTagClassName
 {
   color: #B048DF;
 }
</style>

background-color css

<style>
 a { background-color: #B048DF; }

 a { background-color: rgb(176,72,223); }

 div.DivClassName
 {
   background-color: #B048DF;
 }
 .BgClassName
 {
   background-color: #B048DF;
 }
</style>

border-color css

<style>
 span { border-color: #B048DF; }

 span { border-color: rgb(176,72,223); }

 td.TdClassName
 {
   border-color: #B048DF;
 }
 .TagClassName
 {
   border-color: #B048DF;
 }
</style>