Html Css Color HEX #B1959D Viola

📋 copy color: '#B1959D'

red 177 ◦ green 149 ◦ blue 157

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

Shades of Viola #B1959D

Tints of Viola #B1959D

RGB

 RED value IS 177 (69.53% from 255) = 36.65%

 GREEN value IS 149 (58.59% from 255) = 30.85%

 BLUE value IS 157 (61.72% from 255) = 32.51%

R = 36.65%
G = 30.85%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1959D (or 0xB1959D) is known color: Viola. HEX triplet: B1, 95 and 9D. RGB value is (177,149,157). Sum of RGB (Red+Green+Blue) = 177+149+157=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 177 - color contains mainly: red. Hex color #B1959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1959D is #4E6A62. Grayscale: #9E9E9E. Windows color (decimal): -5139043 or 10327473. OLE color: 10327473.

HSL color Cylindrical-coordinate representation of color #B1959D: hue angle of 342.86º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1959D is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 149 157 -
CMYK 0 0.16 0.11 0.31
HSL 342.86º 0.15% 0.64% -
HSV(B) 342.86º 0.16% 0.69% -
XYZ 34.96 33.28 36.48 -
YUV 158.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 177 149 157 0 0.16 0.11 0.31 342.86 0.15 0.64
Hex B1 95 9D 0 10 B 1F 157 F 40
Octal 261 225 235 0 20 13 37 527 17 100
Binary 10110001 10010101 10011101 0 10000 1011 11111 101010111 1111 1000000

Color Harmonies of #B1959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1959D

Black with #B1959D

Text Example


Text Example

White with #B1959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1959D; }

 p { color: rgb(177,149,157); }

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

background-color css

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

 a { background-color: rgb(177,149,157); }

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

border-color css

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

 span { border-color: rgb(177,149,157); }

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