Html Css Color HEX #B80F84 Medium Violet Red

📋 copy color: '#B80F84'

red 184 ◦ green 15 ◦ blue 132

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

Shades of Medium Violet Red #B80F84

Tints of Medium Violet Red #B80F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.88%

R = 55.59%
G = 4.53%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B80F84 (or 0xB80F84) is known color: Medium Violet Red. HEX triplet: B8, 0F and 84. RGB value is (184,15,132). Sum of RGB (Red+Green+Blue) = 184+15+132=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80F84 is #47F07B. Grayscale: #4E4E4E. Windows color (decimal): -4714620 or 8654776. OLE color: 8654776.

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

Color convert

RGB 184 15 132 -
CMYK 0 0.92 0.28 0.28
HSL 318.46º 0.85% 0.39% -
HSV(B) 318.46º 0.92% 0.72% -
XYZ 24.1 12.2 22.91 -
YUV 78.87 157.99 202.99 -
System Red Green Blue C M Y K H S L
Decimal 184 15 132 0 0.92 0.28 0.28 318.46 0.85 0.39
Hex B8 F 84 0 5C 1C 1C 13E 55 27
Octal 270 17 204 0 134 34 34 476 125 47
Binary 10111000 1111 10000100 0 1011100 11100 11100 100111110 1010101 100111

Color Harmonies of #B80F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80F84

Black with #B80F84

Text Example


Text Example

White with #B80F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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