Html Css Color HEX #B50196 Medium Violet Red

📋 copy color: '#B50196'

red 181 ◦ green 1 ◦ blue 150

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

Shades of Medium Violet Red #B50196

Tints of Medium Violet Red #B50196

RGB

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

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

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

R = 54.52%
G = 0.3%
B = 45.18%

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

#B50196 (or 0xB50196) is known color: Medium Violet Red. HEX triplet: B5, 01 and 96. RGB value is (181,1,150). Sum of RGB (Red+Green+Blue) = 181+1+150=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B50196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50196 is #4AFE69. Grayscale: #474747. Windows color (decimal): -4914794 or 9830837. OLE color: 9830837.

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

Color convert

RGB 181 1 150 -
CMYK 0 0.99 0.17 0.29
HSL 310.33º 0.99% 0.36% -
HSV(B) 310.33º 0.99% 0.71% -
XYZ 24.57 12.05 29.88 -
YUV 71.81 172.13 205.88 -
System Red Green Blue C M Y K H S L
Decimal 181 1 150 0 0.99 0.17 0.29 310.33 0.99 0.36
Hex B5 1 96 0 63 11 1D 136 63 24
Octal 265 1 226 0 143 21 35 466 143 44
Binary 10110101 1 10010110 0 1100011 10001 11101 100110110 1100011 100100

Color Harmonies of #B50196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50196

Black with #B50196

Text Example


Text Example

White with #B50196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50196; }

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

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

background-color css

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

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

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

border-color css

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

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

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