#BB85DB

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

Shades of Wisteria #BB85DB

Tints of Wisteria #BB85DB

Color information

#BB85DB (or 0xBB85DB) is unknown color: approx Wisteria. HEX triplet: BB, 85 and DB. RGB value is (187,133,219). Sum of RGB (Red+Green+Blue) = 187+133+219=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB85DB is #447A24. Grayscale: #9E9E9E. Windows color (decimal): -4487717 or 14386619. OLE color: 14386619.

HSL color Cylindrical-coordinate representation of color #BB85DB: hue angle of 277.67º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB85DB is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187133219-
CMYK0.150.3900.14
HSL277.67º54.43%69.02%-
HSV(B)277.67º39.27%85.88%-
XYZ41.6732.4571.09-
YUV158.95161.89148.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 133 (52.34% from 255) = 24.68%
BLUE value IS 219 (85.94% from 255) = 40.63%
R=34.69%
G=24.68%
B=40.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871332190.150.3900.14277.6754.4369.02
HexBB85DBF270E1163645
Octal273205333174701642666105
Binary1011101110000101110110111111100111011101000101101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB85DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB85DB; }

 p { color: rgb(187,133,219); }

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

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

 a { background-color: rgb(187,133,219); }

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

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

 span { border-color: rgb(187,133,219); }

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