#B80F8F

Color #B80F8F Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B80F8F

Tints of Medium Violet Red #B80F8F

Color information

#B80F8F (or 0xB80F8F) is unknown color: approx 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

RGB18415143-
CMYK00.920.220.28
HSL314.56º84.92%39.02%-
HSV(B)314.56º91.85%72.16%-
XYZ24.912.5227.09-
YUV80.12163.49202.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.80%
GREEN value IS 15 (6.25% from 255) = 4.39%
BLUE value IS 143 (56.25% from 255) = 41.81%
R=53.80%
G=4.39%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841514300.920.220.28314.5684.9239.02
HexB8F8F05C161C13b5527
Octal270172170134263447312547
Binary101110001111100011110101110010110111001001110111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>