#BB92D2

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

Shades of Wisteria #BB92D2

Tints of Wisteria #BB92D2

Color information

#BB92D2 (or 0xBB92D2) is unknown color: approx Wisteria. HEX triplet: BB, 92 and D2. RGB value is (187,146,210). Sum of RGB (Red+Green+Blue) = 187+146+210=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB92D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92D2 is #446D2D. Grayscale: #A5A5A5. Windows color (decimal): -4484398 or 13800123. OLE color: 13800123.

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

Color convert

RGB187146210-
CMYK0.110.3000.18
HSL278.44º41.56%69.8%-
HSV(B)278.44º30.48%82.35%-
XYZ42.4135.7865.64-
YUV165.56153.08143.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 146 (57.42% from 255) = 26.89%
BLUE value IS 210 (82.42% from 255) = 38.67%
R=34.44%
G=26.89%
B=38.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871462100.110.3000.18278.4441.5669.8
HexBB92D2B1E0121162a46
Octal273222322133602242652106
Binary1011101110010010110100101011111100100101000101101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB92D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB92D2; }

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

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

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

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

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

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

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

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