#BB91CF

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

Shades of Wisteria #BB91CF

Tints of Wisteria #BB91CF

Color information

#BB91CF (or 0xBB91CF) is unknown color: approx Wisteria. HEX triplet: BB, 91 and CF. RGB value is (187,145,207). Sum of RGB (Red+Green+Blue) = 187+145+207=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB91CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91CF is #446E30. Grayscale: #A4A4A4. Windows color (decimal): -4484657 or 13603259. OLE color: 13603259.

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

Color convert

RGB187145207-
CMYK0.100.3000.19
HSL280.65º39.24%69.02%-
HSV(B)280.65º29.95%81.18%-
XYZ41.8835.3263.64-
YUV164.63151.91143.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 145 (57.03% from 255) = 26.90%
BLUE value IS 207 (81.25% from 255) = 38.40%
R=34.69%
G=26.90%
B=38.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871452070.100.3000.19280.6539.2469.02
HexBB91CFA1E0131192745
Octal273221317123602343147105
Binary1011101110010001110011111010111100100111000110011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91CF; }

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

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

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

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

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

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

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

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