Html Css Color HEX #B80591 Medium Violet Red

📋 copy color: '#B80591'

red 184 ◦ green 5 ◦ blue 145

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

Shades of Medium Violet Red #B80591

Tints of Medium Violet Red #B80591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.5%

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

R = 55.09%
G = 1.5%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B80591 (or 0xB80591) is known color: Medium Violet Red. HEX triplet: B8, 05 and 91. RGB value is (184,5,145). Sum of RGB (Red+Green+Blue) = 184+5+145=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B80591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80591 is #47FA6E. Grayscale: #4A4A4A. Windows color (decimal): -4717167 or 9504184. OLE color: 9504184.

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

Color convert

RGB 184 5 145 -
CMYK 0 0.97 0.21 0.28
HSL 313.07º 0.95% 0.37% -
HSV(B) 313.07º 0.97% 0.72% -
XYZ 24.93 12.34 27.86 -
YUV 74.48 167.8 206.12 -
System Red Green Blue C M Y K H S L
Decimal 184 5 145 0 0.97 0.21 0.28 313.07 0.95 0.37
Hex B8 5 91 0 61 15 1C 139 5F 25
Octal 270 5 221 0 141 25 34 471 137 45
Binary 10111000 101 10010001 0 1100001 10101 11100 100111001 1011111 100101

Color Harmonies of #B80591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80591

Black with #B80591

Text Example


Text Example

White with #B80591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80591; }

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

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

background-color css

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

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

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

border-color css

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

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

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