#B668DB

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

Shades of Medium Orchid #B668DB

Tints of Medium Orchid #B668DB

Color information

#B668DB (or 0xB668DB) is unknown color: approx Medium Orchid. HEX triplet: B6, 68 and DB. RGB value is (182,104,219). Sum of RGB (Red+Green+Blue) = 182+104+219=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #B668DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668DB is #499724. Grayscale: #8C8C8C. Windows color (decimal): -4822821 or 14379190. OLE color: 14379190.

HSL color Cylindrical-coordinate representation of color #B668DB: hue angle of 280.7º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B668DB is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182104219-
CMYK0.170.5300.14
HSL280.7º61.5%63.33%-
HSV(B)280.7º52.51%85.88%-
XYZ37.0324.9669.88-
YUV140.43172.34157.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 104 (41.02% from 255) = 20.59%
BLUE value IS 219 (85.94% from 255) = 43.37%
R=36.04%
G=20.59%
B=43.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821042190.170.5300.14280.761.563.33
HexB668DB11350E1193d3f
Octal26615033321650164317577
Binary101101101101000110110111000111010101110100011001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B668DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B668DB; }

 p { color: rgb(182,104,219); }

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

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

 a { background-color: rgb(182,104,219); }

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

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

 span { border-color: rgb(182,104,219); }

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