Html Css Color HEX #B50582 Medium Violet Red

📋 copy color: '#B50582'

red 181 ◦ green 5 ◦ blue 130

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

Shades of Medium Violet Red #B50582

Tints of Medium Violet Red #B50582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

 BLUE value IS 130 (51.17% from 255) = 41.14%

R = 57.28%
G = 1.58%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B50582 (or 0xB50582) is known color: Medium Violet Red. HEX triplet: B5, 05 and 82. RGB value is (181,5,130). Sum of RGB (Red+Green+Blue) = 181+5+130=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B50582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50582 is #4AFA7D. Grayscale: #474747. Windows color (decimal): -4913790 or 8521141. OLE color: 8521141.

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

Color convert

RGB 181 5 130 -
CMYK 0 0.97 0.28 0.29
HSL 317.39º 0.95% 0.36% -
HSV(B) 317.39º 0.97% 0.71% -
XYZ 23.14 11.54 22.13 -
YUV 71.87 160.81 205.84 -
System Red Green Blue C M Y K H S L
Decimal 181 5 130 0 0.97 0.28 0.29 317.39 0.95 0.36
Hex B5 5 82 0 61 1C 1D 13D 5F 24
Octal 265 5 202 0 141 34 35 475 137 44
Binary 10110101 101 10000010 0 1100001 11100 11101 100111101 1011111 100100

Color Harmonies of #B50582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50582

Black with #B50582

Text Example


Text Example

White with #B50582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50582; }

 p { color: rgb(181,5,130); }

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

background-color css

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

 a { background-color: rgb(181,5,130); }

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

border-color css

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

 span { border-color: rgb(181,5,130); }

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