Html Css Color HEX #B4979B Viola

📋 copy color: '#B4979B'

red 180 ◦ green 151 ◦ blue 155

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

Shades of Viola #B4979B

Tints of Viola #B4979B

RGB

 RED value IS 180 (70.7% from 255) = 37.04%

 GREEN value IS 151 (59.38% from 255) = 31.07%

 BLUE value IS 155 (60.94% from 255) = 31.89%

R = 37.04%
G = 31.07%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4979B (or 0xB4979B) is known color: Viola. HEX triplet: B4, 97 and 9B. RGB value is (180,151,155). Sum of RGB (Red+Green+Blue) = 180+151+155=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B4979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4979B is #4B6864. Grayscale: #A0A0A0. Windows color (decimal): -4941925 or 10196916. OLE color: 10196916.

HSL color Cylindrical-coordinate representation of color #B4979B: hue angle of 351.72º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4979B is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 151 155 -
CMYK 0 0.16 0.14 0.29
HSL 351.72º 0.16% 0.65% -
HSV(B) 351.72º 0.16% 0.71% -
XYZ 35.81 34.2 35.73 -
YUV 160.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 180 151 155 0 0.16 0.14 0.29 351.72 0.16 0.65
Hex B4 97 9B 0 10 E 1D 160 10 41
Octal 264 227 233 0 20 16 35 540 20 101
Binary 10110100 10010111 10011011 0 10000 1110 11101 101100000 10000 1000001

Color Harmonies of #B4979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4979B

Black with #B4979B

Text Example


Text Example

White with #B4979B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4979B; }

 p { color: rgb(180,151,155); }

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

background-color css

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

 a { background-color: rgb(180,151,155); }

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

border-color css

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

 span { border-color: rgb(180,151,155); }

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