#BB92CF

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

Shades of Wisteria #BB92CF

Tints of Wisteria #BB92CF

Color information

#BB92CF (or 0xBB92CF) is unknown color: approx Wisteria. HEX triplet: BB, 92 and CF. RGB value is (187,146,207). Sum of RGB (Red+Green+Blue) = 187+146+207=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB92CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92CF is #446D30. Grayscale: #A5A5A5. Windows color (decimal): -4484401 or 13603515. OLE color: 13603515.

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

Color convert

RGB187146207-
CMYK0.100.2900.19
HSL280.33º38.85%69.22%-
HSV(B)280.33º29.47%81.18%-
XYZ42.0335.6363.69-
YUV165.21151.58143.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 146 (57.42% from 255) = 27.04%
BLUE value IS 207 (81.25% from 255) = 38.33%
R=34.63%
G=27.04%
B=38.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871462070.100.2900.19280.3338.8569.22
HexBB92CFA1D0131182745
Octal273222317123502343047105
Binary1011101110010010110011111010111010100111000110001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB92CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB92CF; }

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

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

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

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

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

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

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

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