Html Css Color HEX #B80574 Medium Violet Red

📋 copy color: '#B80574'

red 184 ◦ green 5 ◦ blue 116

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

Shades of Medium Violet Red #B80574

Tints of Medium Violet Red #B80574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

 BLUE value IS 116 (45.7% from 255) = 38.03%

R = 60.33%
G = 1.64%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B80574 (or 0xB80574) is known color: Medium Violet Red. HEX triplet: B8, 05 and 74. RGB value is (184,5,116). Sum of RGB (Red+Green+Blue) = 184+5+116=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B80574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80574 is #47FA8B. Grayscale: #464646. Windows color (decimal): -4717196 or 7603640. OLE color: 7603640.

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

Color convert

RGB 184 5 116 -
CMYK 0 0.97 0.37 0.28
HSL 322.79º 0.95% 0.37% -
HSV(B) 322.79º 0.97% 0.72% -
XYZ 22.97 11.56 17.54 -
YUV 71.18 153.3 208.47 -
System Red Green Blue C M Y K H S L
Decimal 184 5 116 0 0.97 0.37 0.28 322.79 0.95 0.37
Hex B8 5 74 0 61 25 1C 143 5F 25
Octal 270 5 164 0 141 45 34 503 137 45
Binary 10111000 101 1110100 0 1100001 100101 11100 101000011 1011111 100101

Color Harmonies of #B80574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80574

Black with #B80574

Text Example


Text Example

White with #B80574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80574; }

 p { color: rgb(184,5,116); }

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

background-color css

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

 a { background-color: rgb(184,5,116); }

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

border-color css

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

 span { border-color: rgb(184,5,116); }

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