#BB7EEC

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

Shades of Wisteria #BB7EEC

Tints of Wisteria #BB7EEC

Color information

#BB7EEC (or 0xBB7EEC) is unknown color: approx Wisteria. HEX triplet: BB, 7E and EC. RGB value is (187,126,236). Sum of RGB (Red+Green+Blue) = 187+126+236=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB7EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7EEC is #448113. Grayscale: #9C9C9C. Windows color (decimal): -4489492 or 15498939. OLE color: 15498939.

HSL color Cylindrical-coordinate representation of color #BB7EEC: hue angle of 273.27º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB7EEC is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187126236-
CMYK0.210.4700.07
HSL273.27º74.32%70.98%-
HSV(B)273.27º46.61%92.55%-
XYZ43.0931.5483.17-
YUV156.78172.71149.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 126 (49.61% from 255) = 22.95%
BLUE value IS 236 (92.58% from 255) = 42.99%
R=34.06%
G=22.95%
B=42.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871262360.210.4700.07273.2774.3270.98
HexBB7EEC152F071114a47
Octal273176354255707421112107
Binary1011101111111101110110010101101111011110001000110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7EEC; }

 p { color: rgb(187,126,236); }

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

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

 a { background-color: rgb(187,126,236); }

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

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

 span { border-color: rgb(187,126,236); }

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