Html Css Color HEX #B80490 Medium Violet Red

📋 copy color: '#B80490'

red 184 ◦ green 4 ◦ blue 144

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

Shades of Medium Violet Red #B80490

Tints of Medium Violet Red #B80490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.37%

R = 55.42%
G = 1.2%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B80490 (or 0xB80490) is known color: Medium Violet Red. HEX triplet: B8, 04 and 90. RGB value is (184,4,144). Sum of RGB (Red+Green+Blue) = 184+4+144=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B80490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80490 is #47FB6F. Grayscale: #494949. Windows color (decimal): -4717424 or 9438392. OLE color: 9438392.

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

Color convert

RGB 184 4 144 -
CMYK 0 0.98 0.22 0.28
HSL 313.33º 0.96% 0.37% -
HSV(B) 313.33º 0.98% 0.72% -
XYZ 24.84 12.29 27.45 -
YUV 73.78 167.63 206.62 -
System Red Green Blue C M Y K H S L
Decimal 184 4 144 0 0.98 0.22 0.28 313.33 0.96 0.37
Hex B8 4 90 0 62 16 1C 139 60 25
Octal 270 4 220 0 142 26 34 471 140 45
Binary 10111000 100 10010000 0 1100010 10110 11100 100111001 1100000 100101

Color Harmonies of #B80490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80490

Black with #B80490

Text Example


Text Example

White with #B80490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80490; }

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

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

background-color css

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

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

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

border-color css

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

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

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