Html Css Color HEX #B80790 Medium Violet Red

📋 copy color: '#B80790'

red 184 ◦ green 7 ◦ blue 144

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

Shades of Medium Violet Red #B80790

Tints of Medium Violet Red #B80790

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.09%

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

R = 54.93%
G = 2.09%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B80790 (or 0xB80790) is known color: Medium Violet Red. HEX triplet: B8, 07 and 90. RGB value is (184,7,144). Sum of RGB (Red+Green+Blue) = 184+7+144=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B80790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80790 is #47F86F. Grayscale: #4B4B4B. Windows color (decimal): -4716656 or 9439160. OLE color: 9439160.

HSL color Cylindrical-coordinate representation of color #B80790: hue angle of 313.56º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80790 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 7 144 -
CMYK 0 0.96 0.22 0.28
HSL 313.56º 0.93% 0.37% -
HSV(B) 313.56º 0.96% 0.72% -
XYZ 24.88 12.36 27.46 -
YUV 75.54 166.64 205.36 -
System Red Green Blue C M Y K H S L
Decimal 184 7 144 0 0.96 0.22 0.28 313.56 0.93 0.37
Hex B8 7 90 0 60 16 1C 13A 5D 25
Octal 270 7 220 0 140 26 34 472 135 45
Binary 10111000 111 10010000 0 1100000 10110 11100 100111010 1011101 100101

Color Harmonies of #B80790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80790

Black with #B80790

Text Example


Text Example

White with #B80790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80790; }

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

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

background-color css

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

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

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

border-color css

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

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

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