Html Css Color HEX #B80D91 Medium Violet Red

📋 copy color: '#B80D91'

red 184 ◦ green 13 ◦ blue 145

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

Shades of Medium Violet Red #B80D91

Tints of Medium Violet Red #B80D91

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.8%

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

R = 53.8%
G = 3.8%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B80D91 (or 0xB80D91) is known color: Medium Violet Red. HEX triplet: B8, 0D and 91. RGB value is (184,13,145). Sum of RGB (Red+Green+Blue) = 184+13+145=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80D91 is #47F26E. Grayscale: #4E4E4E. Windows color (decimal): -4715119 or 9506232. OLE color: 9506232.

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

Color convert

RGB 184 13 145 -
CMYK 0 0.93 0.21 0.28
HSL 313.68º 0.87% 0.39% -
HSV(B) 313.68º 0.93% 0.72% -
XYZ 25.02 12.52 27.89 -
YUV 79.18 165.15 202.77 -
System Red Green Blue C M Y K H S L
Decimal 184 13 145 0 0.93 0.21 0.28 313.68 0.87 0.39
Hex B8 D 91 0 5D 15 1C 13A 57 27
Octal 270 15 221 0 135 25 34 472 127 47
Binary 10111000 1101 10010001 0 1011101 10101 11100 100111010 1010111 100111

Color Harmonies of #B80D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80D91

Black with #B80D91

Text Example


Text Example

White with #B80D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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