Html Css Color HEX #B50191 Medium Violet Red

📋 copy color: '#B50191'

red 181 ◦ green 1 ◦ blue 145

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

Shades of Medium Violet Red #B50191

Tints of Medium Violet Red #B50191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 145 (57.03% from 255) = 44.34%

R = 55.35%
G = 0.31%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B50191 (or 0xB50191) is known color: Medium Violet Red. HEX triplet: B5, 01 and 91. RGB value is (181,1,145). Sum of RGB (Red+Green+Blue) = 181+1+145=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B50191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50191 is #4AFE6E. Grayscale: #464646. Windows color (decimal): -4914799 or 9503157. OLE color: 9503157.

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

Color convert

RGB 181 1 145 -
CMYK 0 0.99 0.20 0.29
HSL 312º 0.99% 0.36% -
HSV(B) 312º 0.99% 0.71% -
XYZ 24.18 11.89 27.81 -
YUV 71.24 169.63 206.29 -
System Red Green Blue C M Y K H S L
Decimal 181 1 145 0 0.99 0.20 0.29 312 0.99 0.36
Hex B5 1 91 0 63 14 1D 138 63 24
Octal 265 1 221 0 143 24 35 470 143 44
Binary 10110101 1 10010001 0 1100011 10100 11101 100111000 1100011 100100

Color Harmonies of #B50191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50191

Black with #B50191

Text Example


Text Example

White with #B50191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50191; }

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

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

background-color css

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

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

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

border-color css

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

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

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