Html Css Color HEX #B51982 Medium Violet Red

📋 copy color: '#B51982'

red 181 ◦ green 25 ◦ blue 130

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

Shades of Medium Violet Red #B51982

Tints of Medium Violet Red #B51982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.44%

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

R = 53.87%
G = 7.44%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B51982 (or 0xB51982) is known color: Medium Violet Red. HEX triplet: B5, 19 and 82. RGB value is (181,25,130). Sum of RGB (Red+Green+Blue) = 181+25+130=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B51982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51982 is #4AE67D. Grayscale: #535353. Windows color (decimal): -4908670 or 8526261. OLE color: 8526261.

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

Color convert

RGB 181 25 130 -
CMYK 0 0.86 0.28 0.29
HSL 319.62º 0.76% 0.4% -
HSV(B) 319.62º 0.86% 0.71% -
XYZ 23.43 12.13 22.23 -
YUV 83.61 154.18 197.46 -
System Red Green Blue C M Y K H S L
Decimal 181 25 130 0 0.86 0.28 0.29 319.62 0.76 0.4
Hex B5 19 82 0 56 1C 1D 140 4C 28
Octal 265 31 202 0 126 34 35 500 114 50
Binary 10110101 11001 10000010 0 1010110 11100 11101 101000000 1001100 101000

Color Harmonies of #B51982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51982

Black with #B51982

Text Example


Text Example

White with #B51982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51982; }

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

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

background-color css

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

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

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

border-color css

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

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

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