Html Css Color HEX #B1999E Viola

📋 copy color: '#B1999E'

red 177 ◦ green 153 ◦ blue 158

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

Shades of Viola #B1999E

Tints of Viola #B1999E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.35%

 BLUE value IS 158 (62.11% from 255) = 32.38%

R = 36.27%
G = 31.35%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1999E (or 0xB1999E) is known color: Viola. HEX triplet: B1, 99 and 9E. RGB value is (177,153,158). Sum of RGB (Red+Green+Blue) = 177+153+158=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 177 - color contains mainly: red. Hex color #B1999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1999E is #4E6661. Grayscale: #A0A0A0. Windows color (decimal): -5138018 or 10394033. OLE color: 10394033.

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

Color convert

RGB 177 153 158 -
CMYK 0 0.14 0.11 0.31
HSL 347.5º 0.13% 0.65% -
HSV(B) 347.5º 0.14% 0.69% -
XYZ 35.69 34.6 37.14 -
YUV 160.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 177 153 158 0 0.14 0.11 0.31 347.5 0.13 0.65
Hex B1 99 9E 0 E B 1F 15C D 41
Octal 261 231 236 0 16 13 37 534 15 101
Binary 10110001 10011001 10011110 0 1110 1011 11111 101011100 1101 1000001

Color Harmonies of #B1999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1999E

Black with #B1999E

Text Example


Text Example

White with #B1999E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1999E; }

 p { color: rgb(177,153,158); }

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

background-color css

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

 a { background-color: rgb(177,153,158); }

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

border-color css

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

 span { border-color: rgb(177,153,158); }

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