Html Css Color HEX #B80774 Medium Violet Red

📋 copy color: '#B80774'

red 184 ◦ green 7 ◦ blue 116

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

Shades of Medium Violet Red #B80774

Tints of Medium Violet Red #B80774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.28%

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

R = 59.93%
G = 2.28%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B80774 (or 0xB80774) is known color: Medium Violet Red. HEX triplet: B8, 07 and 74. RGB value is (184,7,116). Sum of RGB (Red+Green+Blue) = 184+7+116=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B80774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80774 is #47F88B. Grayscale: #484848. Windows color (decimal): -4716684 or 7604152. OLE color: 7604152.

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

Color convert

RGB 184 7 116 -
CMYK 0 0.96 0.37 0.28
HSL 323.05º 0.93% 0.37% -
HSV(B) 323.05º 0.96% 0.72% -
XYZ 23 11.6 17.55 -
YUV 72.35 152.64 207.64 -
System Red Green Blue C M Y K H S L
Decimal 184 7 116 0 0.96 0.37 0.28 323.05 0.93 0.37
Hex B8 7 74 0 60 25 1C 143 5D 25
Octal 270 7 164 0 140 45 34 503 135 45
Binary 10111000 111 1110100 0 1100000 100101 11100 101000011 1011101 100101

Color Harmonies of #B80774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80774

Black with #B80774

Text Example


Text Example

White with #B80774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80774; }

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

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

background-color css

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

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

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

border-color css

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

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

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