Html Css Color HEX #B50776 Medium Violet Red

📋 copy color: '#B50776'

red 181 ◦ green 7 ◦ blue 118

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

Shades of Medium Violet Red #B50776

Tints of Medium Violet Red #B50776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.56%

R = 59.15%
G = 2.29%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B50776 (or 0xB50776) is known color: Medium Violet Red. HEX triplet: B5, 07 and 76. RGB value is (181,7,118). Sum of RGB (Red+Green+Blue) = 181+7+118=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B50776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50776 is #4AF889. Grayscale: #474747. Windows color (decimal): -4913290 or 7735221. OLE color: 7735221.

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

Color convert

RGB 181 7 118 -
CMYK 0 0.96 0.35 0.29
HSL 321.72º 0.93% 0.37% -
HSV(B) 321.72º 0.96% 0.71% -
XYZ 22.4 11.28 18.14 -
YUV 71.68 154.15 205.97 -
System Red Green Blue C M Y K H S L
Decimal 181 7 118 0 0.96 0.35 0.29 321.72 0.93 0.37
Hex B5 7 76 0 60 23 1D 142 5D 25
Octal 265 7 166 0 140 43 35 502 135 45
Binary 10110101 111 1110110 0 1100000 100011 11101 101000010 1011101 100101

Color Harmonies of #B50776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50776

Black with #B50776

Text Example


Text Example

White with #B50776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50776; }

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

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

background-color css

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

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

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

border-color css

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

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

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