Html Css Color HEX #B50176 Medium Violet Red

📋 copy color: '#B50176'

red 181 ◦ green 1 ◦ blue 118

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

Shades of Medium Violet Red #B50176

Tints of Medium Violet Red #B50176

RGB

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

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

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

R = 60.33%
G = 0.33%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B50176 (or 0xB50176) is known color: Medium Violet Red. HEX triplet: B5, 01 and 76. RGB value is (181,1,118). Sum of RGB (Red+Green+Blue) = 181+1+118=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B50176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50176 is #4AFE89. Grayscale: #434343. Windows color (decimal): -4914826 or 7733685. OLE color: 7733685.

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

Color convert

RGB 181 1 118 -
CMYK 0 0.99 0.35 0.29
HSL 321º 0.99% 0.36% -
HSV(B) 321º 0.99% 0.71% -
XYZ 22.34 11.15 18.12 -
YUV 68.16 156.13 208.49 -
System Red Green Blue C M Y K H S L
Decimal 181 1 118 0 0.99 0.35 0.29 321 0.99 0.36
Hex B5 1 76 0 63 23 1D 141 63 24
Octal 265 1 166 0 143 43 35 501 143 44
Binary 10110101 1 1110110 0 1100011 100011 11101 101000001 1100011 100100

Color Harmonies of #B50176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50176

Black with #B50176

Text Example


Text Example

White with #B50176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50176; }

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

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

background-color css

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

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

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

border-color css

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

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

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