Html Css Color HEX #B80498 Medium Violet Red

📋 copy color: '#B80498'

red 184 ◦ green 4 ◦ blue 152

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

Shades of Medium Violet Red #B80498

Tints of Medium Violet Red #B80498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.71%

R = 54.12%
G = 1.18%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B80498 (or 0xB80498) is known color: Medium Violet Red. HEX triplet: B8, 04 and 98. RGB value is (184,4,152). Sum of RGB (Red+Green+Blue) = 184+4+152=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B80498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80498 is #47FB67. Grayscale: #4A4A4A. Windows color (decimal): -4717416 or 9962680. OLE color: 9962680.

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

Color convert

RGB 184 4 152 -
CMYK 0 0.98 0.17 0.28
HSL 310.67º 0.96% 0.37% -
HSV(B) 310.67º 0.98% 0.72% -
XYZ 25.48 12.54 30.78 -
YUV 74.69 171.63 205.97 -
System Red Green Blue C M Y K H S L
Decimal 184 4 152 0 0.98 0.17 0.28 310.67 0.96 0.37
Hex B8 4 98 0 62 11 1C 137 60 25
Octal 270 4 230 0 142 21 34 467 140 45
Binary 10111000 100 10011000 0 1100010 10001 11100 100110111 1100000 100101

Color Harmonies of #B80498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80498

Black with #B80498

Text Example


Text Example

White with #B80498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80498; }

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

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

background-color css

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

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

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

border-color css

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

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

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