#B978BD

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

Shades of East Side #B978BD

Tints of East Side #B978BD

Color information

#B978BD (or 0xB978BD) is unknown color: approx East Side. HEX triplet: B9, 78 and BD. RGB value is (185,120,189). Sum of RGB (Red+Green+Blue) = 185+120+189=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #B978BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978BD is #468742. Grayscale: #939393. Windows color (decimal): -4622147 or 12417209. OLE color: 12417209.

HSL color Cylindrical-coordinate representation of color #B978BD: hue angle of 296.52º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B978BD is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185120189-
CMYK0.020.3700.26
HSL296.52º34.33%60.59%-
HSV(B)296.52º36.51%74.12%-
XYZ35.9127.4251.54-
YUV147.3151.53154.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 120 (47.27% from 255) = 24.29%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=37.45%
G=24.29%
B=38.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851201890.020.3700.26296.5234.3360.59
HexB978BD22501A129223d
Octal2711702752450324514275
Binary1011100111110001011110110100101011010100101001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B978BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B978BD; }

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

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

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

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

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

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

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

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