#BB81EF

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

Shades of Wisteria #BB81EF

Tints of Wisteria #BB81EF

Color information

#BB81EF (or 0xBB81EF) is unknown color: approx Wisteria. HEX triplet: BB, 81 and EF. RGB value is (187,129,239). Sum of RGB (Red+Green+Blue) = 187+129+239=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB81EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB81EF is #447E10. Grayscale: #9E9E9E. Windows color (decimal): -4488721 or 15696315. OLE color: 15696315.

HSL color Cylindrical-coordinate representation of color #BB81EF: hue angle of 271.64º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB81EF is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187129239-
CMYK0.220.4600.06
HSL271.64º77.46%72.16%-
HSV(B)271.64º46.03%93.73%-
XYZ43.9232.585.62-
YUV158.88173.22148.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 129 (50.78% from 255) = 23.24%
BLUE value IS 239 (93.75% from 255) = 43.06%
R=33.69%
G=23.24%
B=43.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871292390.220.4600.06271.6477.4672.16
HexBB81EF162E061104d48
Octal273201357265606420115110
Binary10111011100000011110111110110101110011010001000010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB81EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB81EF; }

 p { color: rgb(187,129,239); }

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

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

 a { background-color: rgb(187,129,239); }

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

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

 span { border-color: rgb(187,129,239); }

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