Html Css Color HEX #B80491 Medium Violet Red

📋 copy color: '#B80491'

red 184 ◦ green 4 ◦ blue 145

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

Shades of Medium Violet Red #B80491

Tints of Medium Violet Red #B80491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.54%

R = 55.26%
G = 1.2%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B80491 (or 0xB80491) is known color: Medium Violet Red. HEX triplet: B8, 04 and 91. RGB value is (184,4,145). Sum of RGB (Red+Green+Blue) = 184+4+145=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B80491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80491 is #47FB6E. Grayscale: #494949. Windows color (decimal): -4717423 or 9503928. OLE color: 9503928.

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

Color convert

RGB 184 4 145 -
CMYK 0 0.98 0.21 0.28
HSL 313º 0.96% 0.37% -
HSV(B) 313º 0.98% 0.72% -
XYZ 24.92 12.32 27.85 -
YUV 73.89 168.13 206.54 -
System Red Green Blue C M Y K H S L
Decimal 184 4 145 0 0.98 0.21 0.28 313 0.96 0.37
Hex B8 4 91 0 62 15 1C 139 60 25
Octal 270 4 221 0 142 25 34 471 140 45
Binary 10111000 100 10010001 0 1100010 10101 11100 100111001 1100000 100101

Color Harmonies of #B80491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80491

Black with #B80491

Text Example


Text Example

White with #B80491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80491; }

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

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

background-color css

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

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

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

border-color css

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

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

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