#BC81DD

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

Shades of Wisteria #BC81DD

Tints of Wisteria #BC81DD

Color information

#BC81DD (or 0xBC81DD) is unknown color: approx Wisteria. HEX triplet: BC, 81 and DD. RGB value is (188,129,221). Sum of RGB (Red+Green+Blue) = 188+129+221=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81DD is #437E22. Grayscale: #9C9C9C. Windows color (decimal): -4423203 or 14516668. OLE color: 14516668.

HSL color Cylindrical-coordinate representation of color #BC81DD: hue angle of 278.48º degrees, saturation: 0.57, 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 #BC81DD is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188129221-
CMYK0.150.4200.13
HSL278.48º57.5%68.63%-
HSV(B)278.48º41.63%86.67%-
XYZ41.6431.6172.31-
YUV157.13164.05150.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 129 (50.78% from 255) = 23.98%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=34.94%
G=23.98%
B=41.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881292210.150.4200.13278.4857.568.63
HexBC81DDF2A0D1163a45
Octal274201335175201542672105
Binary1011110010000001110111011111101010011011000101101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC81DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC81DD; }

 p { color: rgb(188,129,221); }

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

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

 a { background-color: rgb(188,129,221); }

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

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

 span { border-color: rgb(188,129,221); }

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