Html Css Color HEX #B50F74 Medium Violet Red

📋 copy color: '#B50F74'

red 181 ◦ green 15 ◦ blue 116

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

Shades of Medium Violet Red #B50F74

Tints of Medium Violet Red #B50F74

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.81%

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 58.01%
G = 4.81%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B50F74 (or 0xB50F74) is known color: Medium Violet Red. HEX triplet: B5, 0F and 74. RGB value is (181,15,116). Sum of RGB (Red+Green+Blue) = 181+15+116=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50F74 is #4AF08B. Grayscale: #4B4B4B. Windows color (decimal): -4911244 or 7606197. OLE color: 7606197.

HSL color Cylindrical-coordinate representation of color #B50F74: hue angle of 323.49º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50F74 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 15 116 -
CMYK 0 0.92 0.36 0.29
HSL 323.49º 0.85% 0.38% -
HSV(B) 323.49º 0.92% 0.71% -
XYZ 22.38 11.43 17.55 -
YUV 76.15 150.5 202.79 -
System Red Green Blue C M Y K H S L
Decimal 181 15 116 0 0.92 0.36 0.29 323.49 0.85 0.38
Hex B5 F 74 0 5C 24 1D 143 55 26
Octal 265 17 164 0 134 44 35 503 125 46
Binary 10110101 1111 1110100 0 1011100 100100 11101 101000011 1010101 100110

Color Harmonies of #B50F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50F74

Black with #B50F74

Text Example


Text Example

White with #B50F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50F74; }

 p { color: rgb(181,15,116); }

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

background-color css

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

 a { background-color: rgb(181,15,116); }

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

border-color css

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

 span { border-color: rgb(181,15,116); }

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