Html Css Color HEX #B80B7F Medium Violet Red

📋 copy color: '#B80B7F'

red 184 ◦ green 11 ◦ blue 127

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

Shades of Medium Violet Red #B80B7F

Tints of Medium Violet Red #B80B7F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.42%

 BLUE value IS 127 (50% from 255) = 39.44%

R = 57.14%
G = 3.42%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B80B7F (or 0xB80B7F) is known color: Medium Violet Red. HEX triplet: B8, 0B and 7F. RGB value is (184,11,127). Sum of RGB (Red+Green+Blue) = 184+11+127=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80B7F is #47F480. Grayscale: #4B4B4B. Windows color (decimal): -4715649 or 8326072. OLE color: 8326072.

HSL color Cylindrical-coordinate representation of color #B80B7F: hue angle of 319.77º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80B7F is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 11 127 -
CMYK 0 0.94 0.31 0.28
HSL 319.77º 0.89% 0.38% -
HSV(B) 319.77º 0.94% 0.72% -
XYZ 23.72 11.96 21.14 -
YUV 75.95 156.81 205.07 -
System Red Green Blue C M Y K H S L
Decimal 184 11 127 0 0.94 0.31 0.28 319.77 0.89 0.38
Hex B8 B 7F 0 5E 1F 1C 140 59 26
Octal 270 13 177 0 136 37 34 500 131 46
Binary 10111000 1011 1111111 0 1011110 11111 11100 101000000 1011001 100110

Color Harmonies of #B80B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80B7F

Black with #B80B7F

Text Example


Text Example

White with #B80B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80B7F; }

 p { color: rgb(184,11,127); }

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

background-color css

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

 a { background-color: rgb(184,11,127); }

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

border-color css

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

 span { border-color: rgb(184,11,127); }

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