#BD88EC

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

Shades of Wisteria #BD88EC

Tints of Wisteria #BD88EC

Color information

#BD88EC (or 0xBD88EC) is unknown color: approx Wisteria. HEX triplet: BD, 88 and EC. RGB value is (189,136,236). Sum of RGB (Red+Green+Blue) = 189+136+236=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD88EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD88EC is #427713. Grayscale: #A2A2A2. Windows color (decimal): -4355860 or 15501501. OLE color: 15501501.

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

Color convert

RGB189136236-
CMYK0.200.4200.07
HSL271.8º72.46%72.94%-
HSV(B)271.8º42.37%92.55%-
XYZ44.9334.4883.64-
YUV163.25169.06146.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 136 (53.52% from 255) = 24.24%
BLUE value IS 236 (92.58% from 255) = 42.07%
R=33.69%
G=24.24%
B=42.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891362360.200.4200.07271.872.4672.94
HexBD88EC142A071104849
Octal275210354245207420110111
Binary10111101100010001110110010100101010011110001000010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD88EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD88EC; }

 p { color: rgb(189,136,236); }

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

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

 a { background-color: rgb(189,136,236); }

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

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

 span { border-color: rgb(189,136,236); }

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