Html Css Color HEX #B50296 Medium Violet Red

📋 copy color: '#B50296'

red 181 ◦ green 2 ◦ blue 150

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

Shades of Medium Violet Red #B50296

Tints of Medium Violet Red #B50296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.05%

R = 54.35%
G = 0.6%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B50296 (or 0xB50296) is known color: Medium Violet Red. HEX triplet: B5, 02 and 96. RGB value is (181,2,150). Sum of RGB (Red+Green+Blue) = 181+2+150=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B50296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50296 is #4AFD69. Grayscale: #474747. Windows color (decimal): -4914538 or 9831093. OLE color: 9831093.

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

Color convert

RGB 181 2 150 -
CMYK 0 0.99 0.17 0.29
HSL 310.39º 0.98% 0.36% -
HSV(B) 310.39º 0.99% 0.71% -
XYZ 24.58 12.07 29.89 -
YUV 72.39 171.8 205.47 -
System Red Green Blue C M Y K H S L
Decimal 181 2 150 0 0.99 0.17 0.29 310.39 0.98 0.36
Hex B5 2 96 0 63 11 1D 136 62 24
Octal 265 2 226 0 143 21 35 466 142 44
Binary 10110101 10 10010110 0 1100011 10001 11101 100110110 1100010 100100

Color Harmonies of #B50296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50296

Black with #B50296

Text Example


Text Example

White with #B50296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50296; }

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

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

background-color css

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

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

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

border-color css

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

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

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