#BB7DEC

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

Shades of Wisteria #BB7DEC

Tints of Wisteria #BB7DEC

Color information

#BB7DEC (or 0xBB7DEC) is unknown color: approx Wisteria. HEX triplet: BB, 7D and EC. RGB value is (187,125,236). Sum of RGB (Red+Green+Blue) = 187+125+236=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB7DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7DEC is #448213. Grayscale: #9B9B9B. Windows color (decimal): -4489748 or 15498683. OLE color: 15498683.

HSL color Cylindrical-coordinate representation of color #BB7DEC: hue angle of 273.51º 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 #BB7DEC is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187125236-
CMYK0.210.4700.07
HSL273.51º74.5%70.78%-
HSV(B)273.51º47.03%92.55%-
XYZ42.9731.2983.13-
YUV156.19173.04149.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.12%
GREEN value IS 125 (49.22% from 255) = 22.81%
BLUE value IS 236 (92.58% from 255) = 43.07%
R=34.12%
G=22.81%
B=43.07%

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
Decimal1871252360.210.4700.07273.5174.570.78
HexBB7DEC152F071124a47
Octal273175354255707422112107
Binary1011101111111011110110010101101111011110001001010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DEC; }

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

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

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

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

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

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

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

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