#B880D9

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

Shades of East Side #B880D9

Tints of East Side #B880D9

Color information

#B880D9 (or 0xB880D9) is unknown color: approx East Side. HEX triplet: B8, 80 and D9. RGB value is (184,128,217). Sum of RGB (Red+Green+Blue) = 184+128+217=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #B880D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880D9 is #477F26. Grayscale: #9A9A9A. Windows color (decimal): -4685607 or 14254264. OLE color: 14254264.

HSL color Cylindrical-coordinate representation of color #B880D9: hue angle of 277.75º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B880D9 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184128217-
CMYK0.150.4100.15
HSL277.75º53.94%67.65%-
HSV(B)277.75º41.01%85.1%-
XYZ40.0130.6469.45-
YUV154.89163.05148.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.78%
GREEN value IS 128 (50.39% from 255) = 24.20%
BLUE value IS 217 (85.16% from 255) = 41.02%
R=34.78%
G=24.20%
B=41.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841282170.150.4100.15277.7553.9467.65
HexB880D9F290F1163644
Octal270200331175101742666104
Binary1011100010000000110110011111101001011111000101101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B880D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B880D9; }

 p { color: rgb(184,128,217); }

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

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

 a { background-color: rgb(184,128,217); }

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

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

 span { border-color: rgb(184,128,217); }

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