#BC81EE

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

Shades of Wisteria #BC81EE

Tints of Wisteria #BC81EE

Color information

#BC81EE (or 0xBC81EE) is unknown color: approx Wisteria. HEX triplet: BC, 81 and EE. RGB value is (188,129,238). Sum of RGB (Red+Green+Blue) = 188+129+238=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC81EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC81EE is #437E11. Grayscale: #9E9E9E. Windows color (decimal): -4423186 or 15630780. OLE color: 15630780.

HSL color Cylindrical-coordinate representation of color #BC81EE: hue angle of 272.48º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC81EE is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188129238-
CMYK0.210.4600.07
HSL272.48º76.22%71.96%-
HSV(B)272.48º45.8%93.33%-
XYZ44.0232.5684.85-
YUV159.07172.55148.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 129 (50.78% from 255) = 23.24%
BLUE value IS 238 (93.36% from 255) = 42.88%
R=33.87%
G=23.24%
B=42.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881292380.210.4600.07272.4876.2271.96
HexBC81EE152E071104c48
Octal274201356255607420114110
Binary10111100100000011110111010101101110011110001000010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC81EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC81EE; }

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

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

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

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

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

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

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

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