#B879CD

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

Shades of East Side #B879CD

Tints of East Side #B879CD

Color information

#B879CD (or 0xB879CD) is unknown color: approx East Side. HEX triplet: B8, 79 and CD. RGB value is (184,121,205). Sum of RGB (Red+Green+Blue) = 184+121+205=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #B879CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879CD is #478632. Grayscale: #959595. Windows color (decimal): -4687411 or 13466040. OLE color: 13466040.

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

Color convert

RGB184121205-
CMYK0.100.4100.20
HSL285º45.65%63.92%-
HSV(B)285º40.98%80.39%-
XYZ37.6228.2761.23-
YUV149.41159.37152.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.08%
GREEN value IS 121 (47.66% from 255) = 23.73%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=36.08%
G=23.73%
B=40.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841212050.100.4100.2028545.6563.92
HexB879CDA2901411d2e40
Octal270171315125102443556100
Binary1011100011110011100110110101010010101001000111011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B879CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B879CD; }

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

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

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

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

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

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

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

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