Html Css Color HEX #B5959F Viola

📋 copy color: '#B5959F'

red 181 ◦ green 149 ◦ blue 159

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

Shades of Viola #B5959F

Tints of Viola #B5959F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.47%

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

R = 37.01%
G = 30.47%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B5959F (or 0xB5959F) is known color: Viola. HEX triplet: B5, 95 and 9F. RGB value is (181,149,159). Sum of RGB (Red+Green+Blue) = 181+149+159=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 181 - color contains mainly: red. Hex color #B5959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5959F is #4A6A60. Grayscale: #9F9F9F. Windows color (decimal): -4876897 or 10458549. OLE color: 10458549.

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

Color convert

RGB 181 149 159 -
CMYK 0 0.18 0.12 0.29
HSL 341.25º 0.18% 0.65% -
HSV(B) 341.25º 0.18% 0.71% -
XYZ 36.06 33.82 37.43 -
YUV 159.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 181 149 159 0 0.18 0.12 0.29 341.25 0.18 0.65
Hex B5 95 9F 0 12 C 1D 155 12 41
Octal 265 225 237 0 22 14 35 525 22 101
Binary 10110101 10010101 10011111 0 10010 1100 11101 101010101 10010 1000001

Color Harmonies of #B5959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5959F

Black with #B5959F

Text Example


Text Example

White with #B5959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5959F; }

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

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

background-color css

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

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

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

border-color css

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

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

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