#B978CD

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

Shades of East Side #B978CD

Tints of East Side #B978CD

Color information

#B978CD (or 0xB978CD) is unknown color: approx East Side. HEX triplet: B9, 78 and CD. RGB value is (185,120,205). Sum of RGB (Red+Green+Blue) = 185+120+205=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 120 (47.27% from 255 or 23.53% 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 #B978CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978CD is #468732. Grayscale: #949494. Windows color (decimal): -4622131 or 13465785. OLE color: 13465785.

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

Color convert

RGB185120205-
CMYK0.100.4100.20
HSL285.88º45.95%63.73%-
HSV(B)285.88º41.46%80.39%-
XYZ37.7428.1661.2-
YUV149.12159.53153.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.27%
GREEN value IS 120 (47.27% from 255) = 23.53%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=36.27%
G=23.53%
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
Decimal1851202050.100.4100.20285.8845.9563.73
HexB978CDA2901411e2e40
Octal271170315125102443656100
Binary1011100111110001100110110101010010101001000111101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B978CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B978CD; }

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

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

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

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

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

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

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

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