#B979CC

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

Shades of East Side #B979CC

Tints of East Side #B979CC

Color information

#B979CC (or 0xB979CC) is unknown color: approx East Side. HEX triplet: B9, 79 and CC. RGB value is (185,121,204). Sum of RGB (Red+Green+Blue) = 185+121+204=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #B979CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979CC is #468633. Grayscale: #959595. Windows color (decimal): -4621876 or 13400505. OLE color: 13400505.

HSL color Cylindrical-coordinate representation of color #B979CC: hue angle of 286.27º degrees, saturation: 0.45, 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 #B979CC is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185121204-
CMYK0.090.4100.2
HSL286.27º44.86%63.73%-
HSV(B)286.27º40.69%80%-
XYZ37.7428.3560.61-
YUV149.6158.7153.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.27%
GREEN value IS 121 (47.66% from 255) = 23.73%
BLUE value IS 204 (80.08% from 255) = 40%
R=36.27%
G=23.73%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851212040.090.4100.2286.2744.8663.73
HexB979CC92901411e2d40
Octal271171314115102443655100
Binary1011100111110011100110010011010010101001000111101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B979CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B979CC; }

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

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

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

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

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

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

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

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