#B61D7C

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

Shades of Medium Violet Red #B61D7C

Tints of Medium Violet Red #B61D7C

Color information

#B61D7C (or 0xB61D7C) is unknown color: approx Medium Violet Red. HEX triplet: B6, 1D and 7C. RGB value is (182,29,124). Sum of RGB (Red+Green+Blue) = 182+29+124=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61D7C is #49E283. Grayscale: #555555. Windows color (decimal): -4842116 or 8134070. OLE color: 8134070.

HSL color Cylindrical-coordinate representation of color #B61D7C: hue angle of 322.75º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61D7C is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18229124-
CMYK00.840.320.29
HSL322.75º72.51%41.37%-
HSV(B)322.75º84.07%71.37%-
XYZ23.3712.2820.21-
YUV85.58149.69196.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.33%
GREEN value IS 29 (11.72% from 255) = 8.66%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=54.33%
G=8.66%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822912400.840.320.29322.7572.5141.37
HexB61D7C054201D1434929
Octal266351740124403550311151
Binary1011011011101111110001010100100000111011010000111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61D7C; }

 p { color: rgb(182,29,124); }

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

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

 a { background-color: rgb(182,29,124); }

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

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

 span { border-color: rgb(182,29,124); }

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