Html Css Color HEX #B80B76 Medium Violet Red

📋 copy color: '#B80B76'

red 184 ◦ green 11 ◦ blue 118

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

Shades of Medium Violet Red #B80B76

Tints of Medium Violet Red #B80B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 58.79%
G = 3.51%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B80B76 (or 0xB80B76) is known color: Medium Violet Red. HEX triplet: B8, 0B and 76. RGB value is (184,11,118). Sum of RGB (Red+Green+Blue) = 184+11+118=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80B76 is #47F489. Grayscale: #4A4A4A. Windows color (decimal): -4715658 or 7736248. OLE color: 7736248.

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

Color convert

RGB 184 11 118 -
CMYK 0 0.94 0.36 0.28
HSL 322.89º 0.89% 0.38% -
HSV(B) 322.89º 0.94% 0.72% -
XYZ 23.16 11.74 18.18 -
YUV 74.93 152.31 205.8 -
System Red Green Blue C M Y K H S L
Decimal 184 11 118 0 0.94 0.36 0.28 322.89 0.89 0.38
Hex B8 B 76 0 5E 24 1C 143 59 26
Octal 270 13 166 0 136 44 34 503 131 46
Binary 10111000 1011 1110110 0 1011110 100100 11100 101000011 1011001 100110

Color Harmonies of #B80B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80B76

Black with #B80B76

Text Example


Text Example

White with #B80B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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