Html Css Color HEX #B80373 Medium Violet Red

📋 copy color: '#B80373'

red 184 ◦ green 3 ◦ blue 115

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

Shades of Medium Violet Red #B80373

Tints of Medium Violet Red #B80373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

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

R = 60.93%
G = 0.99%
B = 38.08%

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

#B80373 (or 0xB80373) is known color: Medium Violet Red. HEX triplet: B8, 03 and 73. RGB value is (184,3,115). Sum of RGB (Red+Green+Blue) = 184+3+115=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B80373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80373 is #47FC8C. Grayscale: #454545. Windows color (decimal): -4717709 or 7537592. OLE color: 7537592.

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

Color convert

RGB 184 3 115 -
CMYK 0 0.98 0.38 0.28
HSL 322.87º 0.97% 0.37% -
HSV(B) 322.87º 0.98% 0.72% -
XYZ 22.89 11.49 17.23 -
YUV 69.89 153.47 209.39 -
System Red Green Blue C M Y K H S L
Decimal 184 3 115 0 0.98 0.38 0.28 322.87 0.97 0.37
Hex B8 3 73 0 62 26 1C 143 61 25
Octal 270 3 163 0 142 46 34 503 141 45
Binary 10111000 11 1110011 0 1100010 100110 11100 101000011 1100001 100101

Color Harmonies of #B80373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80373

Black with #B80373

Text Example


Text Example

White with #B80373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80373; }

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

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

background-color css

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

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

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

border-color css

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

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

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