#B61E73

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

Shades of Medium Violet Red #B61E73

Tints of Medium Violet Red #B61E73

Color information

#B61E73 (or 0xB61E73) is unknown color: approx Medium Violet Red. HEX triplet: B6, 1E and 73. RGB value is (182,30,115). Sum of RGB (Red+Green+Blue) = 182+30+115=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61E73 is #49E18C. Grayscale: #545454. Windows color (decimal): -4841869 or 7544502. OLE color: 7544502.

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

Color convert

RGB18230115-
CMYK00.840.370.29
HSL326.45º71.7%41.57%-
HSV(B)326.45º83.52%71.37%-
XYZ22.8512.1117.35-
YUV85.14144.86197.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.66%
GREEN value IS 30 (12.11% from 255) = 9.17%
BLUE value IS 115 (45.31% from 255) = 35.17%
R=55.66%
G=9.17%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823011500.840.370.29326.4571.741.57
HexB61E73054251D146482a
Octal266361630124453550611052
Binary1011011011110111001101010100100101111011010001101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61E73; }

 p { color: rgb(182,30,115); }

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

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

 a { background-color: rgb(182,30,115); }

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

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

 span { border-color: rgb(182,30,115); }

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