Html Css Color HEX #B80473 Medium Violet Red

📋 copy color: '#B80473'

red 184 ◦ green 4 ◦ blue 115

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

Shades of Medium Violet Red #B80473

Tints of Medium Violet Red #B80473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.95%

R = 60.73%
G = 1.32%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B80473 (or 0xB80473) is known color: Medium Violet Red. HEX triplet: B8, 04 and 73. RGB value is (184,4,115). Sum of RGB (Red+Green+Blue) = 184+4+115=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B80473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80473 is #47FB8C. Grayscale: #464646. Windows color (decimal): -4717453 or 7537848. OLE color: 7537848.

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

Color convert

RGB 184 4 115 -
CMYK 0 0.98 0.38 0.28
HSL 323º 0.96% 0.37% -
HSV(B) 323º 0.98% 0.72% -
XYZ 22.91 11.51 17.24 -
YUV 70.47 153.13 208.97 -
System Red Green Blue C M Y K H S L
Decimal 184 4 115 0 0.98 0.38 0.28 323 0.96 0.37
Hex B8 4 73 0 62 26 1C 143 60 25
Octal 270 4 163 0 142 46 34 503 140 45
Binary 10111000 100 1110011 0 1100010 100110 11100 101000011 1100000 100101

Color Harmonies of #B80473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80473

Black with #B80473

Text Example


Text Example

White with #B80473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80473; }

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

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

background-color css

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

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

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

border-color css

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

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

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