#BB91D4

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

Shades of Wisteria #BB91D4

Tints of Wisteria #BB91D4

Color information

#BB91D4 (or 0xBB91D4) is unknown color: approx Wisteria. HEX triplet: BB, 91 and D4. RGB value is (187,145,212). Sum of RGB (Red+Green+Blue) = 187+145+212=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 212 - color contains mainly: blue. Hex color #BB91D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91D4 is #446E2B. Grayscale: #A4A4A4. Windows color (decimal): -4484652 or 13930939. OLE color: 13930939.

HSL color Cylindrical-coordinate representation of color #BB91D4: hue angle of 277.61º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB91D4 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187145212-
CMYK0.120.3200.17
HSL277.61º43.79%70%-
HSV(B)277.61º31.6%83.14%-
XYZ42.535.5766.91-
YUV165.2154.41143.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 145 (57.03% from 255) = 26.65%
BLUE value IS 212 (83.20% from 255) = 38.97%
R=34.38%
G=26.65%
B=38.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871452120.120.3200.17277.6143.7970
HexBB91D4C200111162c46
Octal273221324144002142654106
Binary10111011100100011101010011001000000100011000101101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91D4; }

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

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

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

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

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

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

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

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