#B978CE

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

Shades of East Side #B978CE

Tints of East Side #B978CE

Color information

#B978CE (or 0xB978CE) is unknown color: approx East Side. HEX triplet: B9, 78 and CE. RGB value is (185,120,206). Sum of RGB (Red+Green+Blue) = 185+120+206=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #B978CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978CE is #468731. Grayscale: #949494. Windows color (decimal): -4622130 or 13531321. OLE color: 13531321.

HSL color Cylindrical-coordinate representation of color #B978CE: hue angle of 285.35º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B978CE is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185120206-
CMYK0.100.4200.19
HSL285.35º46.74%63.92%-
HSV(B)285.35º41.75%80.78%-
XYZ37.8628.261.84-
YUV149.24160.03153.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.20%
GREEN value IS 120 (47.27% from 255) = 23.48%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=36.20%
G=23.48%
B=40.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851202060.100.4200.19285.3546.7463.92
HexB978CEA2A01311d2f40
Octal271170316125202343557100
Binary1011100111110001100111010101010100100111000111011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B978CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B978CE; }

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

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

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

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

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

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

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

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