Html Css Color HEX #B80481 Medium Violet Red

📋 copy color: '#B80481'

red 184 ◦ green 4 ◦ blue 129

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

Shades of Medium Violet Red #B80481

Tints of Medium Violet Red #B80481

RGB

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

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

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

R = 58.04%
G = 1.26%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B80481 (or 0xB80481) is known color: Medium Violet Red. HEX triplet: B8, 04 and 81. RGB value is (184,4,129). Sum of RGB (Red+Green+Blue) = 184+4+129=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B80481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80481 is #47FB7E. Grayscale: #474747. Windows color (decimal): -4717439 or 8455352. OLE color: 8455352.

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

Color convert

RGB 184 4 129 -
CMYK 0 0.98 0.30 0.28
HSL 318.33º 0.96% 0.37% -
HSV(B) 318.33º 0.98% 0.72% -
XYZ 23.77 11.86 21.81 -
YUV 72.07 160.13 207.84 -
System Red Green Blue C M Y K H S L
Decimal 184 4 129 0 0.98 0.30 0.28 318.33 0.96 0.37
Hex B8 4 81 0 62 1E 1C 13E 60 25
Octal 270 4 201 0 142 36 34 476 140 45
Binary 10111000 100 10000001 0 1100010 11110 11100 100111110 1100000 100101

Color Harmonies of #B80481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80481

Black with #B80481

Text Example


Text Example

White with #B80481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80481; }

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

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

background-color css

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

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

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

border-color css

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

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

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