Html Css Color HEX #B979CE East Side

📋 copy color: '#B979CE'

red 185 ◦ green 121 ◦ blue 206

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

Shades of East Side #B979CE

Tints of East Side #B979CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 36.13%
G = 23.63%
B = 40.23%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B979CE (or 0xB979CE) is known color: East Side. HEX triplet: B9, 79 and CE. RGB value is (185,121,206). Sum of RGB (Red+Green+Blue) = 185+121+206=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #B979CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979CE is #468631. Grayscale: #959595. Windows color (decimal): -4621874 or 13531577. OLE color: 13531577.

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

Color convert

RGB 185 121 206 -
CMYK 0.10 0.41 0 0.19
HSL 285.18º 0.46% 0.64% -
HSV(B) 285.18º 0.41% 0.81% -
XYZ 37.99 28.45 61.88 -
YUV 149.83 159.7 153.09 -
System Red Green Blue C M Y K H S L
Decimal 185 121 206 0.10 0.41 0 0.19 285.18 0.46 0.64
Hex B9 79 CE A 29 0 13 11D 2E 40
Octal 271 171 316 12 51 0 23 435 56 100
Binary 10111001 1111001 11001110 1010 101001 0 10011 100011101 101110 1000000

Color Harmonies of #B979CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B979CE

Black with #B979CE

Text Example


Text Example

White with #B979CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B979CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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