#bb81eb

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

Shades of Wisteria #BB81EB

Tints of Wisteria #BB81EB

Color information

#BB81EB (or 0xBB81EB) is unknown color: approx Wisteria. HEX triplet: BB, 81 and EB. RGB value is (187,129,235). Sum of RGB (Red+Green+Blue) = 187+129+235=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB81EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB81EB is #447E14. Grayscale: #9E9E9E. Windows color (decimal): -4488725 or 15434171. OLE color: 15434171.

HSL color Cylindrical-coordinate representation of color #BB81EB: hue angle of 272.83º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB81EB is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187129235-
CMYK0.200.4500.08
HSL272.83º72.6%71.37%-
HSV(B)272.83º45.11%92.16%-
XYZ43.3432.2682.54-
YUV158.43171.22148.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 129 (50.78% from 255) = 23.41%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=33.94%
G=23.41%
B=42.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871292350.200.4500.08272.8372.671.37
HexBB81EB142D081114947
Octal2732013532455010421111107
Binary101110111000000111101011101001011010100010001000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb81eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb81eb; }

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

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

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

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

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

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

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

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