#B88ECD

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

Shades of East Side #B88ECD

Tints of East Side #B88ECD

Color information

#B88ECD (or 0xB88ECD) is unknown color: approx East Side. HEX triplet: B8, 8E and CD. RGB value is (184,142,205). Sum of RGB (Red+Green+Blue) = 184+142+205=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #B88ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88ECD is #477132. Grayscale: #A1A1A1. Windows color (decimal): -4682035 or 13471416. OLE color: 13471416.

HSL color Cylindrical-coordinate representation of color #B88ECD: hue angle of 280º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B88ECD is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184142205-
CMYK0.100.3100.20
HSL280º38.65%68.04%-
HSV(B)280º30.73%80.39%-
XYZ40.4633.9462.18-
YUV161.74152.41143.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 142 (55.86% from 255) = 26.74%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=34.65%
G=26.74%
B=38.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841422050.100.3100.2028038.6568.04
HexB88ECDA1F0141182744
Octal270216315123702443047104
Binary1011100010001110110011011010111110101001000110001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88ECD; }

 p { color: rgb(184,142,205); }

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

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

 a { background-color: rgb(184,142,205); }

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

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

 span { border-color: rgb(184,142,205); }

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