#B979C7

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

Shades of East Side #B979C7

Tints of East Side #B979C7

Color information

#B979C7 (or 0xB979C7) is unknown color: approx East Side. HEX triplet: B9, 79 and C7. RGB value is (185,121,199). Sum of RGB (Red+Green+Blue) = 185+121+199=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 199 - color contains mainly: blue. Hex color #B979C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979C7 is #468638. Grayscale: #949494. Windows color (decimal): -4621881 or 13072825. OLE color: 13072825.

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

Color convert

RGB185121199-
CMYK0.070.3900.22
HSL289.23º41.05%62.75%-
HSV(B)289.23º39.2%78.04%-
XYZ37.1528.1157.5-
YUV149.03156.2153.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.63%
GREEN value IS 121 (47.66% from 255) = 23.96%
BLUE value IS 199 (78.12% from 255) = 39.41%
R=36.63%
G=23.96%
B=39.41%

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
Decimal1851211990.070.3900.22289.2341.0562.75
HexB979C7727016121293f
Octal2711713077470264415177
Binary10111001111100111000111111100111010110100100001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B979C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B979C7; }

 p { color: rgb(185,121,199); }

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

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

 a { background-color: rgb(185,121,199); }

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

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

 span { border-color: rgb(185,121,199); }

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