Html Css Color HEX #B80482 Medium Violet Red

📋 copy color: '#B80482'

red 184 ◦ green 4 ◦ blue 130

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

Shades of Medium Violet Red #B80482

Tints of Medium Violet Red #B80482

RGB

 RED value IS 184 (72.27% from 255) = 57.86%

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

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

R = 57.86%
G = 1.26%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B80482 (or 0xB80482) is known color: Medium Violet Red. HEX triplet: B8, 04 and 82. RGB value is (184,4,130). Sum of RGB (Red+Green+Blue) = 184+4+130=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B80482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80482 is #47FB7D. Grayscale: #474747. Windows color (decimal): -4717438 or 8520888. OLE color: 8520888.

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

Color convert

RGB 184 4 130 -
CMYK 0 0.98 0.29 0.28
HSL 318º 0.96% 0.37% -
HSV(B) 318º 0.98% 0.72% -
XYZ 23.84 11.89 22.16 -
YUV 72.18 160.63 207.75 -
System Red Green Blue C M Y K H S L
Decimal 184 4 130 0 0.98 0.29 0.28 318 0.96 0.37
Hex B8 4 82 0 62 1D 1C 13E 60 25
Octal 270 4 202 0 142 35 34 476 140 45
Binary 10111000 100 10000010 0 1100010 11101 11100 100111110 1100000 100101

Color Harmonies of #B80482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80482

Black with #B80482

Text Example


Text Example

White with #B80482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80482; }

 p { color: rgb(184,4,130); }

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

background-color css

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

 a { background-color: rgb(184,4,130); }

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

border-color css

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

 span { border-color: rgb(184,4,130); }

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