#B880CD

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

Shades of East Side #B880CD

Tints of East Side #B880CD

Color information

#B880CD (or 0xB880CD) is unknown color: approx East Side. HEX triplet: B8, 80 and CD. RGB value is (184,128,205). Sum of RGB (Red+Green+Blue) = 184+128+205=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #B880CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880CD is #477F32. Grayscale: #999999. Windows color (decimal): -4685619 or 13467832. OLE color: 13467832.

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

Color convert

RGB184128205-
CMYK0.100.3800.20
HSL283.64º43.5%65.29%-
HSV(B)283.64º37.56%80.39%-
XYZ38.5130.0461.53-
YUV153.52157.05149.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.59%
GREEN value IS 128 (50.39% from 255) = 24.76%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=35.59%
G=24.76%
B=39.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841282050.100.3800.20283.6443.565.29
HexB880CDA2601411c2c41
Octal270200315124602443454101
Binary10111000100000001100110110101001100101001000111001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B880CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B880CD; }

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

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

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

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

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

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

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

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