Html Css Color HEX #B1949B Viola

📋 copy color: '#B1949B'

red 177 ◦ green 148 ◦ blue 155

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

Shades of Viola #B1949B

Tints of Viola #B1949B

RGB

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

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

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

R = 36.88%
G = 30.83%
B = 32.29%

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

#B1949B (or 0xB1949B) is known color: Viola. HEX triplet: B1, 94 and 9B. RGB value is (177,148,155). Sum of RGB (Red+Green+Blue) = 177+148+155=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B1949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1949B is #4E6B64. Grayscale: #9D9D9D. Windows color (decimal): -5139301 or 10196145. OLE color: 10196145.

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

Color convert

RGB 177 148 155 -
CMYK 0 0.16 0.12 0.31
HSL 345.52º 0.16% 0.64% -
HSV(B) 345.52º 0.16% 0.69% -
XYZ 34.64 32.89 35.53 -
YUV 157.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 177 148 155 0 0.16 0.12 0.31 345.52 0.16 0.64
Hex B1 94 9B 0 10 C 1F 15A 10 40
Octal 261 224 233 0 20 14 37 532 20 100
Binary 10110001 10010100 10011011 0 10000 1100 11111 101011010 10000 1000000

Color Harmonies of #B1949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1949B

Black with #B1949B

Text Example


Text Example

White with #B1949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1949B; }

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

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

background-color css

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

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

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

border-color css

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

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

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