Html Css Color HEX #B80474 Medium Violet Red

📋 copy color: '#B80474'

red 184 ◦ green 4 ◦ blue 116

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

Shades of Medium Violet Red #B80474

Tints of Medium Violet Red #B80474

RGB

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

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

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

R = 60.53%
G = 1.32%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B80474 (or 0xB80474) is known color: Medium Violet Red. HEX triplet: B8, 04 and 74. RGB value is (184,4,116). Sum of RGB (Red+Green+Blue) = 184+4+116=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B80474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80474 is #47FB8B. Grayscale: #464646. Windows color (decimal): -4717452 or 7603384. OLE color: 7603384.

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

Color convert

RGB 184 4 116 -
CMYK 0 0.98 0.37 0.28
HSL 322.67º 0.96% 0.37% -
HSV(B) 322.67º 0.98% 0.72% -
XYZ 22.96 11.54 17.54 -
YUV 70.59 153.63 208.89 -
System Red Green Blue C M Y K H S L
Decimal 184 4 116 0 0.98 0.37 0.28 322.67 0.96 0.37
Hex B8 4 74 0 62 25 1C 143 60 25
Octal 270 4 164 0 142 45 34 503 140 45
Binary 10111000 100 1110100 0 1100010 100101 11100 101000011 1100000 100101

Color Harmonies of #B80474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80474

Black with #B80474

Text Example


Text Example

White with #B80474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80474; }

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

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

background-color css

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

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

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

border-color css

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

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

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