#BB81DE

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

Shades of Wisteria #BB81DE

Tints of Wisteria #BB81DE

Color information

#BB81DE (or 0xBB81DE) is unknown color: approx Wisteria. HEX triplet: BB, 81 and DE. RGB value is (187,129,222). Sum of RGB (Red+Green+Blue) = 187+129+222=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB81DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB81DE is #447E21. Grayscale: #9C9C9C. Windows color (decimal): -4488738 or 14582203. OLE color: 14582203.

HSL color Cylindrical-coordinate representation of color #BB81DE: hue angle of 277.42º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB81DE is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187129222-
CMYK0.160.4200.13
HSL277.42º58.49%68.82%-
HSV(B)277.42º41.89%87.06%-
XYZ41.5331.5473.01-
YUV156.94164.72149.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 129 (50.78% from 255) = 23.98%
BLUE value IS 222 (87.11% from 255) = 41.26%
R=34.76%
G=23.98%
B=41.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871292220.160.4200.13277.4258.4968.82
HexBB81DE102A0D1153a45
Octal273201336205201542572105
Binary10111011100000011101111010000101010011011000101011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB81DE; }

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

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

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

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

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

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

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

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