#BB92DD

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

Shades of Wisteria #BB92DD

Tints of Wisteria #BB92DD

Color information

#BB92DD (or 0xBB92DD) is unknown color: approx Wisteria. HEX triplet: BB, 92 and DD. RGB value is (187,146,221). Sum of RGB (Red+Green+Blue) = 187+146+221=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92DD is #446D22. Grayscale: #A6A6A6. Windows color (decimal): -4484387 or 14521019. OLE color: 14521019.

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

Color convert

RGB187146221-
CMYK0.150.3400.13
HSL272.8º52.45%71.96%-
HSV(B)272.8º33.94%86.67%-
XYZ43.8236.3473.11-
YUV166.81158.58142.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 146 (57.42% from 255) = 26.35%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=33.75%
G=26.35%
B=39.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871462210.150.3400.13272.852.4571.96
HexBB92DDF220D1113448
Octal273222335174201542164110
Binary1011101110010010110111011111100010011011000100011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB92DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB92DD; }

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

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

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

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

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

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

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

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