#B979CD

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

Shades of East Side #B979CD

Tints of East Side #B979CD

Color information

#B979CD (or 0xB979CD) is unknown color: approx East Side. HEX triplet: B9, 79 and CD. RGB value is (185,121,205). Sum of RGB (Red+Green+Blue) = 185+121+205=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #B979CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979CD is #468632. Grayscale: #959595. Windows color (decimal): -4621875 or 13466041. OLE color: 13466041.

HSL color Cylindrical-coordinate representation of color #B979CD: hue angle of 285.71º degrees, saturation: 0.46, 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 #B979CD is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185121205-
CMYK0.100.4100.20
HSL285.71º45.65%63.92%-
HSV(B)285.71º40.98%80.39%-
XYZ37.8628.461.24-
YUV149.71159.2153.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.20%
GREEN value IS 121 (47.66% from 255) = 23.68%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=36.20%
G=23.68%
B=40.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851212050.100.4100.20285.7145.6563.92
HexB979CDA2901411e2e40
Octal271171315125102443656100
Binary1011100111110011100110110101010010101001000111101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B979CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B979CD; }

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

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

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

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

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

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

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

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