Html Css Color HEX #B80F8F Medium Violet Red

📋 copy color: '#B80F8F'

red 184 ◦ green 15 ◦ blue 143

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

Shades of Medium Violet Red #B80F8F

Tints of Medium Violet Red #B80F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.81%

R = 53.8%
G = 4.39%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B80F8F (or 0xB80F8F) is known color: Medium Violet Red. HEX triplet: B8, 0F and 8F. RGB value is (184,15,143). Sum of RGB (Red+Green+Blue) = 184+15+143=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80F8F is #47F070. Grayscale: #4F4F4F. Windows color (decimal): -4714609 or 9375672. OLE color: 9375672.

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

Color convert

RGB 184 15 143 -
CMYK 0 0.92 0.22 0.28
HSL 314.56º 0.85% 0.39% -
HSV(B) 314.56º 0.92% 0.72% -
XYZ 24.9 12.52 27.09 -
YUV 80.12 163.49 202.09 -
System Red Green Blue C M Y K H S L
Decimal 184 15 143 0 0.92 0.22 0.28 314.56 0.85 0.39
Hex B8 F 8F 0 5C 16 1C 13B 55 27
Octal 270 17 217 0 134 26 34 473 125 47
Binary 10111000 1111 10001111 0 1011100 10110 11100 100111011 1010101 100111

Color Harmonies of #B80F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80F8F

Black with #B80F8F

Text Example


Text Example

White with #B80F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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