Html Css Color HEX #B80F99 Medium Violet Red

📋 copy color: '#B80F99'

red 184 ◦ green 15 ◦ blue 153

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

Shades of Medium Violet Red #B80F99

Tints of Medium Violet Red #B80F99

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.26%

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

R = 52.27%
G = 4.26%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B80F99 (or 0xB80F99) is known color: Medium Violet Red. HEX triplet: B8, 0F and 99. RGB value is (184,15,153). Sum of RGB (Red+Green+Blue) = 184+15+153=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80F99 is #47F066. Grayscale: #505050. Windows color (decimal): -4714599 or 10031032. OLE color: 10031032.

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

Color convert

RGB 184 15 153 -
CMYK 0 0.92 0.17 0.28
HSL 311.01º 0.85% 0.39% -
HSV(B) 311.01º 0.92% 0.72% -
XYZ 25.69 12.83 31.26 -
YUV 81.26 168.49 201.28 -
System Red Green Blue C M Y K H S L
Decimal 184 15 153 0 0.92 0.17 0.28 311.01 0.85 0.39
Hex B8 F 99 0 5C 11 1C 137 55 27
Octal 270 17 231 0 134 21 34 467 125 47
Binary 10111000 1111 10011001 0 1011100 10001 11100 100110111 1010101 100111

Color Harmonies of #B80F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80F99

Black with #B80F99

Text Example


Text Example

White with #B80F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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