Html Css Color HEX #B80673 Medium Violet Red

📋 copy color: '#B80673'

red 184 ◦ green 6 ◦ blue 115

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

Shades of Medium Violet Red #B80673

Tints of Medium Violet Red #B80673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.97%

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

R = 60.33%
G = 1.97%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B80673 (or 0xB80673) is known color: Medium Violet Red. HEX triplet: B8, 06 and 73. RGB value is (184,6,115). Sum of RGB (Red+Green+Blue) = 184+6+115=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B80673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80673 is #47F98C. Grayscale: #474747. Windows color (decimal): -4716941 or 7538360. OLE color: 7538360.

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

Color convert

RGB 184 6 115 -
CMYK 0 0.97 0.38 0.28
HSL 323.26º 0.94% 0.37% -
HSV(B) 323.26º 0.97% 0.72% -
XYZ 22.93 11.56 17.24 -
YUV 71.65 152.47 208.14 -
System Red Green Blue C M Y K H S L
Decimal 184 6 115 0 0.97 0.38 0.28 323.26 0.94 0.37
Hex B8 6 73 0 61 26 1C 143 5E 25
Octal 270 6 163 0 141 46 34 503 136 45
Binary 10111000 110 1110011 0 1100001 100110 11100 101000011 1011110 100101

Color Harmonies of #B80673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80673

Black with #B80673

Text Example


Text Example

White with #B80673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80673; }

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

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

background-color css

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

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

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

border-color css

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

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

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