Html Css Color HEX #B50774 Medium Violet Red

📋 copy color: '#B50774'

red 181 ◦ green 7 ◦ blue 116

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

Shades of Medium Violet Red #B50774

Tints of Medium Violet Red #B50774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

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

R = 59.54%
G = 2.3%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B50774 (or 0xB50774) is known color: Medium Violet Red. HEX triplet: B5, 07 and 74. RGB value is (181,7,116). Sum of RGB (Red+Green+Blue) = 181+7+116=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B50774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50774 is #4AF88B. Grayscale: #474747. Windows color (decimal): -4913292 or 7604149. OLE color: 7604149.

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

Color convert

RGB 181 7 116 -
CMYK 0 0.96 0.36 0.29
HSL 322.41º 0.93% 0.37% -
HSV(B) 322.41º 0.96% 0.71% -
XYZ 22.28 11.24 17.52 -
YUV 71.45 153.15 206.14 -
System Red Green Blue C M Y K H S L
Decimal 181 7 116 0 0.96 0.36 0.29 322.41 0.93 0.37
Hex B5 7 74 0 60 24 1D 142 5D 25
Octal 265 7 164 0 140 44 35 502 135 45
Binary 10110101 111 1110100 0 1100000 100100 11101 101000010 1011101 100101

Color Harmonies of #B50774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50774

Black with #B50774

Text Example


Text Example

White with #B50774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50774; }

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

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

background-color css

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

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

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

border-color css

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

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

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