#B62573

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

Shades of Medium Red Violet #B62573

Tints of Medium Red Violet #B62573

Color information

#B62573 (or 0xB62573) is unknown color: approx Medium Red Violet. HEX triplet: B6, 25 and 73. RGB value is (182,37,115). Sum of RGB (Red+Green+Blue) = 182+37+115=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B62573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62573 is #49DA8C. Grayscale: #595959. Windows color (decimal): -4840077 or 7546294. OLE color: 7546294.

HSL color Cylindrical-coordinate representation of color #B62573: hue angle of 327.72º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62573 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18237115-
CMYK00.800.370.29
HSL327.72º66.21%42.94%-
HSV(B)327.72º79.67%71.37%-
XYZ23.0512.5117.42-
YUV89.25142.54194.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.49%
GREEN value IS 37 (14.84% from 255) = 11.08%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=54.49%
G=11.08%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823711500.800.370.29327.7266.2142.94
HexB62573050251D148422b
Octal266451630120453551010253
Binary10110110100101111001101010000100101111011010010001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62573; }

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

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

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

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

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

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

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

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