#B979C2

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

Shades of East Side #B979C2

Tints of East Side #B979C2

Color information

#B979C2 (or 0xB979C2) is unknown color: approx East Side. HEX triplet: B9, 79 and C2. RGB value is (185,121,194). Sum of RGB (Red+Green+Blue) = 185+121+194=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 194 - color contains mainly: blue. Hex color #B979C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979C2 is #46863D. Grayscale: #949494. Windows color (decimal): -4621886 or 12745145. OLE color: 12745145.

HSL color Cylindrical-coordinate representation of color #B979C2: hue angle of 292.6º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B979C2 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185121194-
CMYK0.050.3800.24
HSL292.6º37.44%61.76%-
HSV(B)292.6º37.63%76.08%-
XYZ36.5827.8854.49-
YUV148.46153.7154.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37%
GREEN value IS 121 (47.66% from 255) = 24.2%
BLUE value IS 194 (76.17% from 255) = 38.8%
R=37%
G=24.2%
B=38.8%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851211940.050.3800.24292.637.4461.76
HexB979C2526018125253e
Octal2711713025460304454576
Binary10111001111100111000010101100110011000100100101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B979C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B979C2; }

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

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

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

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

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

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

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

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