Html Css Color HEX #B979BD East Side

📋 copy color: '#B979BD'

red 185 ◦ green 121 ◦ blue 189

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

Shades of East Side #B979BD

Tints of East Side #B979BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.18%

R = 37.37%
G = 24.44%
B = 38.18%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B979BD (or 0xB979BD) is known color: East Side. HEX triplet: B9, 79 and BD. RGB value is (185,121,189). Sum of RGB (Red+Green+Blue) = 185+121+189=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #B979BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979BD is #468642. Grayscale: #939393. Windows color (decimal): -4621891 or 12417465. OLE color: 12417465.

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

Color convert

RGB 185 121 189 -
CMYK 0.02 0.36 0 0.26
HSL 296.47º 0.34% 0.61% -
HSV(B) 296.47º 0.36% 0.74% -
XYZ 36.03 27.66 51.58 -
YUV 147.89 151.2 154.47 -
System Red Green Blue C M Y K H S L
Decimal 185 121 189 0.02 0.36 0 0.26 296.47 0.34 0.61
Hex B9 79 BD 2 24 0 1A 128 22 3D
Octal 271 171 275 2 44 0 32 450 42 75
Binary 10111001 1111001 10111101 10 100100 0 11010 100101000 100010 111101

Color Harmonies of #B979BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B979BD

Black with #B979BD

Text Example


Text Example

White with #B979BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B979BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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