Html Css Color HEX #B5919F Viola

📋 copy color: '#B5919F'

red 181 ◦ green 145 ◦ blue 159

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

Shades of Viola #B5919F

Tints of Viola #B5919F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.9%

 BLUE value IS 159 (62.5% from 255) = 32.78%

R = 37.32%
G = 29.9%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B5919F (or 0xB5919F) is known color: Viola. HEX triplet: B5, 91 and 9F. RGB value is (181,145,159). Sum of RGB (Red+Green+Blue) = 181+145+159=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B5919F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5919F is #4A6E60. Grayscale: #9D9D9D. Windows color (decimal): -4877921 or 10457525. OLE color: 10457525.

HSL color Cylindrical-coordinate representation of color #B5919F: hue angle of 336.67º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5919F is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 145 159 -
CMYK 0 0.20 0.12 0.29
HSL 336.67º 0.2% 0.64% -
HSV(B) 336.67º 0.2% 0.71% -
XYZ 35.44 32.58 37.22 -
YUV 157.36 128.93 144.86 -
System Red Green Blue C M Y K H S L
Decimal 181 145 159 0 0.20 0.12 0.29 336.67 0.2 0.64
Hex B5 91 9F 0 14 C 1D 151 14 40
Octal 265 221 237 0 24 14 35 521 24 100
Binary 10110101 10010001 10011111 0 10100 1100 11101 101010001 10100 1000000

Color Harmonies of #B5919F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5919F

Black with #B5919F

Text Example


Text Example

White with #B5919F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5919F; }

 p { color: rgb(181,145,159); }

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

background-color css

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

 a { background-color: rgb(181,145,159); }

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

border-color css

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

 span { border-color: rgb(181,145,159); }

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