#B80F8E

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

Shades of Medium Violet Red #B80F8E

Tints of Medium Violet Red #B80F8E

Color information

#B80F8E (or 0xB80F8E) is unknown color: approx Medium Violet Red. HEX triplet: B8, 0F and 8E. RGB value is (184,15,142). Sum of RGB (Red+Green+Blue) = 184+15+142=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80F8E is #47F071. Grayscale: #4F4F4F. Windows color (decimal): -4714610 or 9310136. OLE color: 9310136.

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

Color convert

RGB18415142-
CMYK00.920.230.28
HSL314.91º84.92%39.02%-
HSV(B)314.91º91.85%72.16%-
XYZ24.8212.4826.69-
YUV80.01162.99202.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.96%
GREEN value IS 15 (6.25% from 255) = 4.40%
BLUE value IS 142 (55.86% from 255) = 41.64%
R=53.96%
G=4.40%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841514200.920.230.28314.9184.9239.02
HexB8F8E05C171C13b5527
Octal270172160134273447312547
Binary101110001111100011100101110010111111001001110111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80F8E; }

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

 H1.HeaderClassName
 {
   color: #B80F8E;
 }
 .AnyTagClassName
 {
   color: #B80F8E;
 }
</style>
background-color css

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

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

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

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

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

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