Html Css Color HEX #B5919D Viola

📋 copy color: '#B5919D'

red 181 ◦ green 145 ◦ blue 157

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

Shades of Viola #B5919D

Tints of Viola #B5919D

RGB

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

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

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

R = 37.47%
G = 30.02%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5919D (or 0xB5919D) is known color: Viola. HEX triplet: B5, 91 and 9D. RGB value is (181,145,157). Sum of RGB (Red+Green+Blue) = 181+145+157=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B5919D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5919D is #4A6E62. Grayscale: #9D9D9D. Windows color (decimal): -4877923 or 10326453. OLE color: 10326453.

HSL color Cylindrical-coordinate representation of color #B5919D: hue angle of 340º 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 #B5919D is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 145 157 -
CMYK 0 0.20 0.13 0.29
HSL 340º 0.2% 0.64% -
HSV(B) 340º 0.2% 0.71% -
XYZ 35.27 32.51 36.31 -
YUV 157.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 181 145 157 0 0.20 0.13 0.29 340 0.2 0.64
Hex B5 91 9D 0 14 D 1D 154 14 40
Octal 265 221 235 0 24 15 35 524 24 100
Binary 10110101 10010001 10011101 0 10100 1101 11101 101010100 10100 1000000

Color Harmonies of #B5919D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5919D

Black with #B5919D

Text Example


Text Example

White with #B5919D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5919D; }

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

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

background-color css

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

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

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

border-color css

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

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

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