#BB92DF

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

Shades of Wisteria #BB92DF

Tints of Wisteria #BB92DF

Color information

#BB92DF (or 0xBB92DF) is unknown color: approx Wisteria. HEX triplet: BB, 92 and DF. RGB value is (187,146,223). Sum of RGB (Red+Green+Blue) = 187+146+223=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB92DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92DF is #446D20. Grayscale: #A6A6A6. Windows color (decimal): -4484385 or 14652091. OLE color: 14652091.

HSL color Cylindrical-coordinate representation of color #BB92DF: hue angle of 271.95º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB92DF is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187146223-
CMYK0.160.3500.13
HSL271.95º54.61%72.35%-
HSV(B)271.95º34.53%87.45%-
XYZ44.0936.4574.52-
YUV167.04159.58142.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 146 (57.42% from 255) = 26.26%
BLUE value IS 223 (87.5% from 255) = 40.11%
R=33.63%
G=26.26%
B=40.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871462230.160.3500.13271.9554.6172.35
HexBB92DF10230D1103748
Octal273222337204301542067110
Binary10111011100100101101111110000100011011011000100001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB92DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB92DF; }

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

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

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

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

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

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

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

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