Html Css Color HEX #B1949D Viola

📋 copy color: '#B1949D'

red 177 ◦ green 148 ◦ blue 157

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

Shades of Viola #B1949D

Tints of Viola #B1949D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.71%

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

R = 36.72%
G = 30.71%
B = 32.57%

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

#B1949D (or 0xB1949D) is known color: Viola. HEX triplet: B1, 94 and 9D. RGB value is (177,148,157). Sum of RGB (Red+Green+Blue) = 177+148+157=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B1949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1949D is #4E6B62. Grayscale: #9D9D9D. Windows color (decimal): -5139299 or 10327217. OLE color: 10327217.

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

Color convert

RGB 177 148 157 -
CMYK 0 0.16 0.11 0.31
HSL 341.38º 0.16% 0.64% -
HSV(B) 341.38º 0.16% 0.69% -
XYZ 34.81 32.96 36.43 -
YUV 157.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 177 148 157 0 0.16 0.11 0.31 341.38 0.16 0.64
Hex B1 94 9D 0 10 B 1F 155 10 40
Octal 261 224 235 0 20 13 37 525 20 100
Binary 10110001 10010100 10011101 0 10000 1011 11111 101010101 10000 1000000

Color Harmonies of #B1949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1949D

Black with #B1949D

Text Example


Text Example

White with #B1949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1949D; }

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

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

background-color css

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

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

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

border-color css

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

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

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