Html Css Color HEX #B5159D Medium Violet Red

📋 copy color: '#B5159D'

red 181 ◦ green 21 ◦ blue 157

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

Shades of Medium Violet Red #B5159D

Tints of Medium Violet Red #B5159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.85%

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

R = 50.42%
G = 5.85%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5159D (or 0xB5159D) is known color: Medium Violet Red. HEX triplet: B5, 15 and 9D. RGB value is (181,21,157). Sum of RGB (Red+Green+Blue) = 181+21+157=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5159D is #4AEA62. Grayscale: #535353. Windows color (decimal): -4909667 or 10294709. OLE color: 10294709.

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

Color convert

RGB 181 21 157 -
CMYK 0 0.88 0.13 0.29
HSL 309º 0.79% 0.4% -
HSV(B) 309º 0.88% 0.71% -
XYZ 25.41 12.79 33.03 -
YUV 84.34 169.01 196.94 -
System Red Green Blue C M Y K H S L
Decimal 181 21 157 0 0.88 0.13 0.29 309 0.79 0.4
Hex B5 15 9D 0 58 D 1D 135 4F 28
Octal 265 25 235 0 130 15 35 465 117 50
Binary 10110101 10101 10011101 0 1011000 1101 11101 100110101 1001111 101000

Color Harmonies of #B5159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5159D

Black with #B5159D

Text Example


Text Example

White with #B5159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5159D; }

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

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

background-color css

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

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

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

border-color css

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

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

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