Html Css Color HEX #B80497 Medium Violet Red

📋 copy color: '#B80497'

red 184 ◦ green 4 ◦ blue 151

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

Shades of Medium Violet Red #B80497

Tints of Medium Violet Red #B80497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.54%

R = 54.28%
G = 1.18%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B80497 (or 0xB80497) is known color: Medium Violet Red. HEX triplet: B8, 04 and 97. RGB value is (184,4,151). Sum of RGB (Red+Green+Blue) = 184+4+151=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B80497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80497 is #47FB68. Grayscale: #4A4A4A. Windows color (decimal): -4717417 or 9897144. OLE color: 9897144.

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

Color convert

RGB 184 4 151 -
CMYK 0 0.98 0.18 0.28
HSL 311º 0.96% 0.37% -
HSV(B) 311º 0.98% 0.72% -
XYZ 25.4 12.51 30.35 -
YUV 74.58 171.13 206.05 -
System Red Green Blue C M Y K H S L
Decimal 184 4 151 0 0.98 0.18 0.28 311 0.96 0.37
Hex B8 4 97 0 62 12 1C 137 60 25
Octal 270 4 227 0 142 22 34 467 140 45
Binary 10111000 100 10010111 0 1100010 10010 11100 100110111 1100000 100101

Color Harmonies of #B80497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80497

Black with #B80497

Text Example


Text Example

White with #B80497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80497; }

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

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

background-color css

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

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

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

border-color css

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

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

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