#B049DB

Color #B049DB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B049DB

Tints of Medium Orchid #B049DB

Color information

#B049DB (or 0xB049DB) is unknown color: approx Medium Orchid. HEX triplet: B0, 49 and DB. RGB value is (176,73,219). Sum of RGB (Red+Green+Blue) = 176+73+219=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #B049DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B049DB is #4FB624. Grayscale: #777777. Windows color (decimal): -5223973 or 14371248. OLE color: 14371248.

HSL color Cylindrical-coordinate representation of color #B049DB: hue angle of 282.33º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B049DB is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17673219-
CMYK0.200.6700.14
HSL282.33º66.97%57.25%-
HSV(B)282.33º66.67%85.88%-
XYZ33.0719.1168.96-
YUV120.44183.62167.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 73 (28.91% from 255) = 15.60%
BLUE value IS 219 (85.94% from 255) = 46.79%
R=37.61%
G=15.60%
B=46.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal176732190.200.6700.14282.3366.9757.25
HexB049DB14430E11a4339
Octal2601113332410301643210371
Binary10110000100100111011011101001000011011101000110101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B049DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B049DB; }

 p { color: rgb(176,73,219); }

 H1.HeaderClassName
 {
   color: #B049DB;
 }
 .AnyTagClassName
 {
   color: #B049DB;
 }
</style>
background-color css

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

 a { background-color: rgb(176,73,219); }

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

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

 span { border-color: rgb(176,73,219); }

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