Html Css Color HEX #B50591 Medium Violet Red

📋 copy color: '#B50591'

red 181 ◦ green 5 ◦ blue 145

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

Shades of Medium Violet Red #B50591

Tints of Medium Violet Red #B50591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.51%

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

R = 54.68%
G = 1.51%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B50591 (or 0xB50591) is known color: Medium Violet Red. HEX triplet: B5, 05 and 91. RGB value is (181,5,145). Sum of RGB (Red+Green+Blue) = 181+5+145=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B50591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50591 is #4AFA6E. Grayscale: #494949. Windows color (decimal): -4913775 or 9504181. OLE color: 9504181.

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

Color convert

RGB 181 5 145 -
CMYK 0 0.97 0.20 0.29
HSL 312.27º 0.95% 0.36% -
HSV(B) 312.27º 0.97% 0.71% -
XYZ 24.22 11.98 27.82 -
YUV 73.58 168.31 204.62 -
System Red Green Blue C M Y K H S L
Decimal 181 5 145 0 0.97 0.20 0.29 312.27 0.95 0.36
Hex B5 5 91 0 61 14 1D 138 5F 24
Octal 265 5 221 0 141 24 35 470 137 44
Binary 10110101 101 10010001 0 1100001 10100 11101 100111000 1011111 100100

Color Harmonies of #B50591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50591

Black with #B50591

Text Example


Text Example

White with #B50591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50591; }

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

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

background-color css

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

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

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

border-color css

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

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

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