Html Css Color HEX #B5949E Viola

📋 copy color: '#B5949E'

red 181 ◦ green 148 ◦ blue 158

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

Shades of Viola #B5949E

Tints of Viola #B5949E

RGB

 RED value IS 181 (71.09% from 255) = 37.17%

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

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

R = 37.17%
G = 30.39%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5949E (or 0xB5949E) is known color: Viola. HEX triplet: B5, 94 and 9E. RGB value is (181,148,158). Sum of RGB (Red+Green+Blue) = 181+148+158=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 181 - color contains mainly: red. Hex color #B5949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5949E is #4A6B61. Grayscale: #9F9F9F. Windows color (decimal): -4877154 or 10392757. OLE color: 10392757.

HSL color Cylindrical-coordinate representation of color #B5949E: hue angle of 341.82º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5949E is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 148 158 -
CMYK 0 0.18 0.13 0.29
HSL 341.82º 0.18% 0.65% -
HSV(B) 341.82º 0.18% 0.71% -
XYZ 35.82 33.47 36.92 -
YUV 159.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 181 148 158 0 0.18 0.13 0.29 341.82 0.18 0.65
Hex B5 94 9E 0 12 D 1D 156 12 41
Octal 265 224 236 0 22 15 35 526 22 101
Binary 10110101 10010100 10011110 0 10010 1101 11101 101010110 10010 1000001

Color Harmonies of #B5949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5949E

Black with #B5949E

Text Example


Text Example

White with #B5949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5949E; }

 p { color: rgb(181,148,158); }

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

background-color css

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

 a { background-color: rgb(181,148,158); }

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

border-color css

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

 span { border-color: rgb(181,148,158); }

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