Html Css Color HEX #B50481 Medium Violet Red

📋 copy color: '#B50481'

red 181 ◦ green 4 ◦ blue 129

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

Shades of Medium Violet Red #B50481

Tints of Medium Violet Red #B50481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

 BLUE value IS 129 (50.78% from 255) = 41.08%

R = 57.64%
G = 1.27%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B50481 (or 0xB50481) is known color: Medium Violet Red. HEX triplet: B5, 04 and 81. RGB value is (181,4,129). Sum of RGB (Red+Green+Blue) = 181+4+129=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B50481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50481 is #4AFB7E. Grayscale: #464646. Windows color (decimal): -4914047 or 8455349. OLE color: 8455349.

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

Color convert

RGB 181 4 129 -
CMYK 0 0.98 0.29 0.29
HSL 317.63º 0.96% 0.36% -
HSV(B) 317.63º 0.98% 0.71% -
XYZ 23.06 11.5 21.77 -
YUV 71.17 160.64 206.34 -
System Red Green Blue C M Y K H S L
Decimal 181 4 129 0 0.98 0.29 0.29 317.63 0.96 0.36
Hex B5 4 81 0 62 1D 1D 13E 60 24
Octal 265 4 201 0 142 35 35 476 140 44
Binary 10110101 100 10000001 0 1100010 11101 11101 100111110 1100000 100100

Color Harmonies of #B50481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50481

Black with #B50481

Text Example


Text Example

White with #B50481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50481; }

 p { color: rgb(181,4,129); }

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

background-color css

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

 a { background-color: rgb(181,4,129); }

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

border-color css

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

 span { border-color: rgb(181,4,129); }

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