#B978C1

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

Shades of East Side #B978C1

Tints of East Side #B978C1

Color information

#B978C1 (or 0xB978C1) is unknown color: approx East Side. HEX triplet: B9, 78 and C1. RGB value is (185,120,193). Sum of RGB (Red+Green+Blue) = 185+120+193=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #B978C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978C1 is #46873E. Grayscale: #939393. Windows color (decimal): -4622143 or 12679353. OLE color: 12679353.

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

Color convert

RGB185120193-
CMYK0.040.3800.24
HSL293.42º37.06%61.37%-
HSV(B)293.42º37.82%75.69%-
XYZ36.3527.653.86-
YUV147.76153.53154.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.15%
GREEN value IS 120 (47.27% from 255) = 24.10%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=37.15%
G=24.10%
B=38.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851201930.040.3800.24293.4237.0661.37
HexB978C1426018125253d
Octal2711703014460304454575
Binary10111001111100011000001100100110011000100100101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B978C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B978C1; }

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

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

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

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

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

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

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

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