Html Css Color HEX #B80B99 Medium Violet Red

📋 copy color: '#B80B99'

red 184 ◦ green 11 ◦ blue 153

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

Shades of Medium Violet Red #B80B99

Tints of Medium Violet Red #B80B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.97%

R = 52.87%
G = 3.16%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B80B99 (or 0xB80B99) is known color: Medium Violet Red. HEX triplet: B8, 0B and 99. RGB value is (184,11,153). Sum of RGB (Red+Green+Blue) = 184+11+153=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80B99 is #47F466. Grayscale: #4E4E4E. Windows color (decimal): -4715623 or 10030008. OLE color: 10030008.

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

Color convert

RGB 184 11 153 -
CMYK 0 0.94 0.17 0.28
HSL 310.75º 0.89% 0.38% -
HSV(B) 310.75º 0.94% 0.72% -
XYZ 25.64 12.73 31.24 -
YUV 78.92 169.81 202.95 -
System Red Green Blue C M Y K H S L
Decimal 184 11 153 0 0.94 0.17 0.28 310.75 0.89 0.38
Hex B8 B 99 0 5E 11 1C 137 59 26
Octal 270 13 231 0 136 21 34 467 131 46
Binary 10111000 1011 10011001 0 1011110 10001 11100 100110111 1011001 100110

Color Harmonies of #B80B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80B99

Black with #B80B99

Text Example


Text Example

White with #B80B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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