#B979C0

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

Shades of East Side #B979C0

Tints of East Side #B979C0

Color information

#B979C0 (or 0xB979C0) is unknown color: approx East Side. HEX triplet: B9, 79 and C0. RGB value is (185,121,192). Sum of RGB (Red+Green+Blue) = 185+121+192=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 192 - color contains mainly: blue. Hex color #B979C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979C0 is #46863F. Grayscale: #949494. Windows color (decimal): -4621888 or 12614073. OLE color: 12614073.

HSL color Cylindrical-coordinate representation of color #B979C0: hue angle of 294.08º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B979C0 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185121192-
CMYK0.040.3700.25
HSL294.08º36.04%61.37%-
HSV(B)294.08º36.98%75.29%-
XYZ36.3627.7953.32-
YUV148.23152.7154.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.15%
GREEN value IS 121 (47.66% from 255) = 24.30%
BLUE value IS 192 (75.39% from 255) = 38.55%
R=37.15%
G=24.30%
B=38.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851211920.040.3700.25294.0836.0461.37
HexB979C0425019126243d
Octal2711713004450314464475
Binary10111001111100111000000100100101011001100100110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B979C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B979C0; }

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

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

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

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

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

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

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

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