#BB85DF

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

Shades of Wisteria #BB85DF

Tints of Wisteria #BB85DF

Color information

#BB85DF (or 0xBB85DF) is unknown color: approx Wisteria. HEX triplet: BB, 85 and DF. RGB value is (187,133,223). Sum of RGB (Red+Green+Blue) = 187+133+223=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB85DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB85DF is #447A20. Grayscale: #9F9F9F. Windows color (decimal): -4487713 or 14648763. OLE color: 14648763.

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

Color convert

RGB187133223-
CMYK0.160.4000.13
HSL276º58.44%69.8%-
HSV(B)276º40.36%87.45%-
XYZ42.232.6773.89-
YUV159.41163.89147.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 133 (52.34% from 255) = 24.49%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=34.44%
G=24.49%
B=41.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871332230.160.4000.1327658.4469.8
HexBB85DF10280D1143a46
Octal273205337205001542472106
Binary10111011100001011101111110000101000011011000101001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB85DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB85DF; }

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

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

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

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

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

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

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

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