Html Css Color HEX #B50082 Medium Violet Red

📋 copy color: '#B50082'

red 181 ◦ green 0 ◦ blue 130

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

Shades of Medium Violet Red #B50082

Tints of Medium Violet Red #B50082

RGB

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

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

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

R = 58.2%
G = 0%
B = 41.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B50082 (or 0xB50082) is known color: Medium Violet Red. HEX triplet: B5, 00 and 82. RGB value is (181,0,130). Sum of RGB (Red+Green+Blue) = 181+0+130=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B50082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50082 is #4AFF7D. Grayscale: #444444. Windows color (decimal): -4915070 or 8519861. OLE color: 8519861.

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

Color convert

RGB 181 0 130 -
CMYK 0 1 0.28 0.29
HSL 316.91º 1% 0.35% -
HSV(B) 316.91º 1% 0.71% -
XYZ 23.09 11.44 22.11 -
YUV 68.94 162.47 207.93 -
System Red Green Blue C M Y K H S L
Decimal 181 0 130 0 1 0.28 0.29 316.91 1 0.35
Hex B5 0 82 0 64 1C 1D 13D 64 23
Octal 265 0 202 0 144 34 35 475 144 43
Binary 10110101 0 10000010 0 1100100 11100 11101 100111101 1100100 100011

Color Harmonies of #B50082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50082

Black with #B50082

Text Example


Text Example

White with #B50082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50082; }

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

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

background-color css

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

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

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

border-color css

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

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

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