Html Css Color HEX #B50292 Medium Violet Red

📋 copy color: '#B50292'

red 181 ◦ green 2 ◦ blue 146

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

Shades of Medium Violet Red #B50292

Tints of Medium Violet Red #B50292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.38%

R = 55.02%
G = 0.61%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B50292 (or 0xB50292) is known color: Medium Violet Red. HEX triplet: B5, 02 and 92. RGB value is (181,2,146). Sum of RGB (Red+Green+Blue) = 181+2+146=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B50292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50292 is #4AFD6D. Grayscale: #474747. Windows color (decimal): -4914542 or 9568949. OLE color: 9568949.

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

Color convert

RGB 181 2 146 -
CMYK 0 0.99 0.19 0.29
HSL 311.73º 0.98% 0.36% -
HSV(B) 311.73º 0.99% 0.71% -
XYZ 24.27 11.94 28.22 -
YUV 71.94 169.8 205.79 -
System Red Green Blue C M Y K H S L
Decimal 181 2 146 0 0.99 0.19 0.29 311.73 0.98 0.36
Hex B5 2 92 0 63 13 1D 138 62 24
Octal 265 2 222 0 143 23 35 470 142 44
Binary 10110101 10 10010010 0 1100011 10011 11101 100111000 1100010 100100

Color Harmonies of #B50292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50292

Black with #B50292

Text Example


Text Example

White with #B50292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50292; }

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

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

background-color css

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

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

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

border-color css

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

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

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