#BB91D0

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

Shades of Wisteria #BB91D0

Tints of Wisteria #BB91D0

Color information

#BB91D0 (or 0xBB91D0) is unknown color: approx Wisteria. HEX triplet: BB, 91 and D0. RGB value is (187,145,208). Sum of RGB (Red+Green+Blue) = 187+145+208=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB91D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91D0 is #446E2F. Grayscale: #A4A4A4. Windows color (decimal): -4484656 or 13668795. OLE color: 13668795.

HSL color Cylindrical-coordinate representation of color #BB91D0: hue angle of 280º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB91D0 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187145208-
CMYK0.100.3000.18
HSL280º40.13%69.22%-
HSV(B)280º30.29%81.57%-
XYZ4235.3764.29-
YUV164.74152.41143.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 145 (57.03% from 255) = 26.85%
BLUE value IS 208 (81.64% from 255) = 38.52%
R=34.63%
G=26.85%
B=38.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871452080.100.3000.1828040.1369.22
HexBB91D0A1E0121182845
Octal273221320123602243050105
Binary1011101110010001110100001010111100100101000110001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91D0; }

 p { color: rgb(187,145,208); }

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

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

 a { background-color: rgb(187,145,208); }

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

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

 span { border-color: rgb(187,145,208); }

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