#B61272

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

Shades of Medium Violet Red #B61272

Tints of Medium Violet Red #B61272

Color information

#B61272 (or 0xB61272) is unknown color: approx Medium Violet Red. HEX triplet: B6, 12 and 72. RGB value is (182,18,114). Sum of RGB (Red+Green+Blue) = 182+18+114=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B61272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61272 is #49ED8D. Grayscale: #4D4D4D. Windows color (decimal): -4844942 or 7475894. OLE color: 7475894.

HSL color Cylindrical-coordinate representation of color #B61272: hue angle of 324.88º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61272 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18218114-
CMYK00.900.370.29
HSL324.88º82%39.22%-
HSV(B)324.88º90.11%71.37%-
XYZ22.5411.5916.97-
YUV77.98148.33202.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.96%
GREEN value IS 18 (7.42% from 255) = 5.73%
BLUE value IS 114 (44.92% from 255) = 36.31%
R=57.96%
G=5.73%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821811400.900.370.29324.888239.22
HexB6127205A251D1455227
Octal266221620132453550512247
Binary1011011010010111001001011010100101111011010001011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61272; }

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

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

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

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

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

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

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

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