Html Css Color HEX #B1959B Viola

📋 copy color: '#B1959B'

red 177 ◦ green 149 ◦ blue 155

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

Shades of Viola #B1959B

Tints of Viola #B1959B

RGB

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

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

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

R = 36.8%
G = 30.98%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1959B (or 0xB1959B) is known color: Viola. HEX triplet: B1, 95 and 9B. RGB value is (177,149,155). Sum of RGB (Red+Green+Blue) = 177+149+155=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B1959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1959B is #4E6A64. Grayscale: #9E9E9E. Windows color (decimal): -5139045 or 10196401. OLE color: 10196401.

HSL color Cylindrical-coordinate representation of color #B1959B: hue angle of 347.14º 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 #B1959B is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 149 155 -
CMYK 0 0.16 0.12 0.31
HSL 347.14º 0.15% 0.64% -
HSV(B) 347.14º 0.16% 0.69% -
XYZ 34.8 33.21 35.59 -
YUV 158.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 177 149 155 0 0.16 0.12 0.31 347.14 0.15 0.64
Hex B1 95 9B 0 10 C 1F 15B F 40
Octal 261 225 233 0 20 14 37 533 17 100
Binary 10110001 10010101 10011011 0 10000 1100 11111 101011011 1111 1000000

Color Harmonies of #B1959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1959B

Black with #B1959B

Text Example


Text Example

White with #B1959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1959B; }

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

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

background-color css

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

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

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

border-color css

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

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

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