Html Css Color HEX #B50874 Medium Violet Red

📋 copy color: '#B50874'

red 181 ◦ green 8 ◦ blue 116

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

Shades of Medium Violet Red #B50874

Tints of Medium Violet Red #B50874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.62%

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

R = 59.34%
G = 2.62%
B = 38.03%

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

#B50874 (or 0xB50874) is known color: Medium Violet Red. HEX triplet: B5, 08 and 74. RGB value is (181,8,116). Sum of RGB (Red+Green+Blue) = 181+8+116=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B50874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50874 is #4AF78B. Grayscale: #474747. Windows color (decimal): -4913036 or 7604405. OLE color: 7604405.

HSL color Cylindrical-coordinate representation of color #B50874: hue angle of 322.54º degrees, saturation: 0.92, 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 #B50874 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 8 116 -
CMYK 0 0.96 0.36 0.29
HSL 322.54º 0.92% 0.37% -
HSV(B) 322.54º 0.96% 0.71% -
XYZ 22.3 11.26 17.52 -
YUV 72.04 152.81 205.72 -
System Red Green Blue C M Y K H S L
Decimal 181 8 116 0 0.96 0.36 0.29 322.54 0.92 0.37
Hex B5 8 74 0 60 24 1D 143 5C 25
Octal 265 10 164 0 140 44 35 503 134 45
Binary 10110101 1000 1110100 0 1100000 100100 11101 101000011 1011100 100101

Color Harmonies of #B50874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50874

Black with #B50874

Text Example


Text Example

White with #B50874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50874; }

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

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

background-color css

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

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

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

border-color css

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

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

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