Html Css Color HEX #B979C7 East Side

📋 copy color: '#B979C7'

red 185 ◦ green 121 ◦ blue 199

#B979C7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #B979C7

Tints of East Side #B979C7

RGB

 RED value IS 185 (72.66% from 255) = 36.63%

 GREEN value IS 121 (47.66% from 255) = 23.96%

 BLUE value IS 199 (78.13% from 255) = 39.41%

R = 36.63%
G = 23.96%
B = 39.41%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B979C7 (or 0xB979C7) is known color: East Side. HEX triplet: B9, 79 and C7. RGB value is (185,121,199). Sum of RGB (Red+Green+Blue) = 185+121+199=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 199 - color contains mainly: blue. Hex color #B979C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979C7 is #468638. Grayscale: #949494. Windows color (decimal): -4621881 or 13072825. OLE color: 13072825.

HSL color Cylindrical-coordinate representation of color #B979C7: hue angle of 289.23º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B979C7 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 121 199 -
CMYK 0.07 0.39 0 0.22
HSL 289.23º 0.41% 0.63% -
HSV(B) 289.23º 0.39% 0.78% -
XYZ 37.15 28.11 57.5 -
YUV 149.03 156.2 153.66 -
System Red Green Blue C M Y K H S L
Decimal 185 121 199 0.07 0.39 0 0.22 289.23 0.41 0.63
Hex B9 79 C7 7 27 0 16 121 29 3F
Octal 271 171 307 7 47 0 26 441 51 77
Binary 10111001 1111001 11000111 111 100111 0 10110 100100001 101001 111111

Color Harmonies of #B979C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B979C7

Black with #B979C7

Text Example


Text Example

White with #B979C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B979C7; }

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

 H1.HeaderClassName
 {
   color: #B979C7;
 }
 .AnyTagClassName
 {
   color: #B979C7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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