Html Css Color HEX #B50291 Medium Violet Red

📋 copy color: '#B50291'

red 181 ◦ green 2 ◦ blue 145

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

Shades of Medium Violet Red #B50291

Tints of Medium Violet Red #B50291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 55.18%
G = 0.61%
B = 44.21%

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

#B50291 (or 0xB50291) is known color: Medium Violet Red. HEX triplet: B5, 02 and 91. RGB value is (181,2,145). Sum of RGB (Red+Green+Blue) = 181+2+145=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B50291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50291 is #4AFD6E. Grayscale: #474747. Windows color (decimal): -4914543 or 9503413. OLE color: 9503413.

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

Color convert

RGB 181 2 145 -
CMYK 0 0.99 0.20 0.29
HSL 312.07º 0.98% 0.36% -
HSV(B) 312.07º 0.99% 0.71% -
XYZ 24.19 11.91 27.81 -
YUV 71.82 169.3 205.87 -
System Red Green Blue C M Y K H S L
Decimal 181 2 145 0 0.99 0.20 0.29 312.07 0.98 0.36
Hex B5 2 91 0 63 14 1D 138 62 24
Octal 265 2 221 0 143 24 35 470 142 44
Binary 10110101 10 10010001 0 1100011 10100 11101 100111000 1100010 100100

Color Harmonies of #B50291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50291

Black with #B50291

Text Example


Text Example

White with #B50291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50291; }

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

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

background-color css

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

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

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

border-color css

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

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

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