Html Css Color HEX #B50193 Medium Violet Red

📋 copy color: '#B50193'

red 181 ◦ green 1 ◦ blue 147

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

Shades of Medium Violet Red #B50193

Tints of Medium Violet Red #B50193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.68%

R = 55.02%
G = 0.3%
B = 44.68%

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

#B50193 (or 0xB50193) is known color: Medium Violet Red. HEX triplet: B5, 01 and 93. RGB value is (181,1,147). Sum of RGB (Red+Green+Blue) = 181+1+147=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B50193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50193 is #4AFE6C. Grayscale: #474747. Windows color (decimal): -4914797 or 9634229. OLE color: 9634229.

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

Color convert

RGB 181 1 147 -
CMYK 0 0.99 0.19 0.29
HSL 311.33º 0.99% 0.36% -
HSV(B) 311.33º 0.99% 0.71% -
XYZ 24.33 11.95 28.63 -
YUV 71.46 170.63 206.13 -
System Red Green Blue C M Y K H S L
Decimal 181 1 147 0 0.99 0.19 0.29 311.33 0.99 0.36
Hex B5 1 93 0 63 13 1D 137 63 24
Octal 265 1 223 0 143 23 35 467 143 44
Binary 10110101 1 10010011 0 1100011 10011 11101 100110111 1100011 100100

Color Harmonies of #B50193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50193

Black with #B50193

Text Example


Text Example

White with #B50193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50193; }

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

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

background-color css

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

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

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

border-color css

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

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

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