Html Css Color HEX #B80974 Medium Violet Red

📋 copy color: '#B80974'

red 184 ◦ green 9 ◦ blue 116

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

Shades of Medium Violet Red #B80974

Tints of Medium Violet Red #B80974

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.91%

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

R = 59.55%
G = 2.91%
B = 37.54%

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

#B80974 (or 0xB80974) is known color: Medium Violet Red. HEX triplet: B8, 09 and 74. RGB value is (184,9,116). Sum of RGB (Red+Green+Blue) = 184+9+116=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B80974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80974 is #47F68B. Grayscale: #494949. Windows color (decimal): -4716172 or 7604664. OLE color: 7604664.

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

Color convert

RGB 184 9 116 -
CMYK 0 0.95 0.37 0.28
HSL 323.31º 0.91% 0.38% -
HSV(B) 323.31º 0.95% 0.72% -
XYZ 23.02 11.65 17.56 -
YUV 73.52 151.98 206.8 -
System Red Green Blue C M Y K H S L
Decimal 184 9 116 0 0.95 0.37 0.28 323.31 0.91 0.38
Hex B8 9 74 0 5F 25 1C 143 5B 26
Octal 270 11 164 0 137 45 34 503 133 46
Binary 10111000 1001 1110100 0 1011111 100101 11100 101000011 1011011 100110

Color Harmonies of #B80974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80974

Black with #B80974

Text Example


Text Example

White with #B80974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80974; }

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

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

background-color css

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

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

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

border-color css

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

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

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