Html Css Color HEX #B80A74 Medium Violet Red

📋 copy color: '#B80A74'

red 184 ◦ green 10 ◦ blue 116

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

Shades of Medium Violet Red #B80A74

Tints of Medium Violet Red #B80A74

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.23%

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

R = 59.35%
G = 3.23%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B80A74 (or 0xB80A74) is known color: Medium Violet Red. HEX triplet: B8, 0A and 74. RGB value is (184,10,116). Sum of RGB (Red+Green+Blue) = 184+10+116=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80A74 is #47F58B. Grayscale: #494949. Windows color (decimal): -4715916 or 7604920. OLE color: 7604920.

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

Color convert

RGB 184 10 116 -
CMYK 0 0.95 0.37 0.28
HSL 323.45º 0.9% 0.38% -
HSV(B) 323.45º 0.95% 0.72% -
XYZ 23.03 11.67 17.56 -
YUV 74.11 151.65 206.38 -
System Red Green Blue C M Y K H S L
Decimal 184 10 116 0 0.95 0.37 0.28 323.45 0.9 0.38
Hex B8 A 74 0 5F 25 1C 143 5A 26
Octal 270 12 164 0 137 45 34 503 132 46
Binary 10111000 1010 1110100 0 1011111 100101 11100 101000011 1011010 100110

Color Harmonies of #B80A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A74

Black with #B80A74

Text Example


Text Example

White with #B80A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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