#B877CD

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

Shades of East Side #B877CD

Tints of East Side #B877CD

Color information

#B877CD (or 0xB877CD) is unknown color: approx East Side. HEX triplet: B8, 77 and CD. RGB value is (184,119,205). Sum of RGB (Red+Green+Blue) = 184+119+205=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #B877CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B877CD is #478832. Grayscale: #939393. Windows color (decimal): -4687923 or 13465528. OLE color: 13465528.

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

Color convert

RGB184119205-
CMYK0.100.4200.20
HSL285.35º46.24%63.53%-
HSV(B)285.35º41.95%80.39%-
XYZ37.3827.7961.15-
YUV148.24160.03153.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.22%
GREEN value IS 119 (46.88% from 255) = 23.43%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=36.22%
G=23.43%
B=40.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841192050.100.4200.20285.3546.2463.53
HexB877CDA2A01411d2e40
Octal270167315125202443556100
Binary1011100011101111100110110101010100101001000111011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B877CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B877CD; }

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

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

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

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

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

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

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

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