Html Css Color HEX #B50076 Medium Violet Red

📋 copy color: '#B50076'

red 181 ◦ green 0 ◦ blue 118

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

Shades of Medium Violet Red #B50076

Tints of Medium Violet Red #B50076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.54%
G = 0%
B = 39.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B50076 (or 0xB50076) is known color: Medium Violet Red. HEX triplet: B5, 00 and 76. RGB value is (181,0,118). Sum of RGB (Red+Green+Blue) = 181+0+118=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B50076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50076 is #4AFF89. Grayscale: #434343. Windows color (decimal): -4915082 or 7733429. OLE color: 7733429.

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

Color convert

RGB 181 0 118 -
CMYK 0 1 0.35 0.29
HSL 320.88º 1% 0.35% -
HSV(B) 320.88º 1% 0.71% -
XYZ 22.33 11.13 18.11 -
YUV 67.57 156.47 208.91 -
System Red Green Blue C M Y K H S L
Decimal 181 0 118 0 1 0.35 0.29 320.88 1 0.35
Hex B5 0 76 0 64 23 1D 141 64 23
Octal 265 0 166 0 144 43 35 501 144 43
Binary 10110101 0 1110110 0 1100100 100011 11101 101000001 1100100 100011

Color Harmonies of #B50076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50076

Black with #B50076

Text Example


Text Example

White with #B50076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50076; }

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

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

background-color css

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

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

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

border-color css

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

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

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