#B88CD1

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

Shades of East Side #B88CD1

Tints of East Side #B88CD1

Color information

#B88CD1 (or 0xB88CD1) is unknown color: approx East Side. HEX triplet: B8, 8C and D1. RGB value is (184,140,209). Sum of RGB (Red+Green+Blue) = 184+140+209=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: blue. Hex color #B88CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88CD1 is #47732E. Grayscale: #A0A0A0. Windows color (decimal): -4682543 or 13733048. OLE color: 13733048.

HSL color Cylindrical-coordinate representation of color #B88CD1: hue angle of 278.26º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B88CD1 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB184140209-
CMYK0.120.3300.18
HSL278.26º42.86%68.43%-
HSV(B)278.26º33.01%81.96%-
XYZ40.6533.5564.65-
YUV161.02155.08144.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.52%
GREEN value IS 140 (55.08% from 255) = 26.27%
BLUE value IS 209 (82.03% from 255) = 39.21%
R=34.52%
G=26.27%
B=39.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1841402090.120.3300.18278.2642.8668.43
HexB88CD1C210121162b44
Octal270214321144102242653104
Binary10111000100011001101000111001000010100101000101101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88CD1; }

 p { color: rgb(184,140,209); }

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

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

 a { background-color: rgb(184,140,209); }

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

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

 span { border-color: rgb(184,140,209); }

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