#B978C6

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

Shades of East Side #B978C6

Tints of East Side #B978C6

Color information

#B978C6 (or 0xB978C6) is unknown color: approx East Side. HEX triplet: B9, 78 and C6. RGB value is (185,120,198). Sum of RGB (Red+Green+Blue) = 185+120+198=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 198 - color contains mainly: blue. Hex color #B978C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978C6 is #468739. Grayscale: #949494. Windows color (decimal): -4622138 or 13007033. OLE color: 13007033.

HSL color Cylindrical-coordinate representation of color #B978C6: hue angle of 290º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B978C6 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB185120198-
CMYK0.070.3900.22
HSL290º40.62%62.35%-
HSV(B)290º39.39%77.65%-
XYZ36.9227.8256.85-
YUV148.33156.03154.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.78%
GREEN value IS 120 (47.27% from 255) = 23.86%
BLUE value IS 198 (77.73% from 255) = 39.36%
R=36.78%
G=23.86%
B=39.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851201980.070.3900.2229040.6262.35
HexB978C6727016122293e
Octal2711703067470264425176
Binary10111001111100011000110111100111010110100100010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B978C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B978C6; }

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

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

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

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

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

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

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

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