Html Css Color HEX #B80494 Medium Violet Red

📋 copy color: '#B80494'

red 184 ◦ green 4 ◦ blue 148

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

Shades of Medium Violet Red #B80494

Tints of Medium Violet Red #B80494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.05%

R = 54.76%
G = 1.19%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B80494 (or 0xB80494) is known color: Medium Violet Red. HEX triplet: B8, 04 and 94. RGB value is (184,4,148). Sum of RGB (Red+Green+Blue) = 184+4+148=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B80494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80494 is #47FB6B. Grayscale: #494949. Windows color (decimal): -4717420 or 9700536. OLE color: 9700536.

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

Color convert

RGB 184 4 148 -
CMYK 0 0.98 0.20 0.28
HSL 312º 0.96% 0.37% -
HSV(B) 312º 0.98% 0.72% -
XYZ 25.16 12.42 29.09 -
YUV 74.24 169.63 206.29 -
System Red Green Blue C M Y K H S L
Decimal 184 4 148 0 0.98 0.20 0.28 312 0.96 0.37
Hex B8 4 94 0 62 14 1C 138 60 25
Octal 270 4 224 0 142 24 34 470 140 45
Binary 10111000 100 10010100 0 1100010 10100 11100 100111000 1100000 100101

Color Harmonies of #B80494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80494

Black with #B80494

Text Example


Text Example

White with #B80494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80494; }

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

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

background-color css

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

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

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

border-color css

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

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

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