#B81272

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

Shades of Medium Violet Red #B81272

Tints of Medium Violet Red #B81272

Color information

#B81272 (or 0xB81272) is unknown color: approx Medium Violet Red. HEX triplet: B8, 12 and 72. RGB value is (184,18,114). Sum of RGB (Red+Green+Blue) = 184+18+114=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B81272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81272 is #47ED8D. Grayscale: #4E4E4E. Windows color (decimal): -4713870 or 7475896. OLE color: 7475896.

HSL color Cylindrical-coordinate representation of color #B81272: hue angle of 325.3º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81272 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB18418114-
CMYK00.900.380.28
HSL325.3º82.18%39.61%-
HSV(B)325.3º90.22%72.16%-
XYZ23.0211.8416.99-
YUV78.58148203.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.23%
GREEN value IS 18 (7.42% from 255) = 5.70%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=58.23%
G=5.70%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841811400.900.380.28325.382.1839.61
HexB8127205A261C1455228
Octal270221620132463450512250
Binary1011100010010111001001011010100110111001010001011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81272; }

 p { color: rgb(184,18,114); }

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

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

 a { background-color: rgb(184,18,114); }

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

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

 span { border-color: rgb(184,18,114); }

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