#b878cd

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

Shades of East Side #B878CD

Tints of East Side #B878CD

Color information

#B878CD (or 0xB878CD) is unknown color: approx East Side. HEX triplet: B8, 78 and CD. RGB value is (184,120,205). Sum of RGB (Red+Green+Blue) = 184+120+205=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #B878CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B878CD is #478732. Grayscale: #949494. Windows color (decimal): -4687667 or 13465784. OLE color: 13465784.

HSL color Cylindrical-coordinate representation of color #B878CD: hue angle of 285.18º 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 #B878CD is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184120205-
CMYK0.100.4100.20
HSL285.18º45.95%63.73%-
HSV(B)285.18º41.46%80.39%-
XYZ37.528.0361.19-
YUV148.83159.7153.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.15%
GREEN value IS 120 (47.27% from 255) = 23.58%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=36.15%
G=23.58%
B=40.28%

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
Decimal1841202050.100.4100.20285.1845.9563.73
HexB878CDA2901411d2e40
Octal270170315125102443556100
Binary1011100011110001100110110101010010101001000111011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b878cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b878cd; }

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

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

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

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

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

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

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

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