#B62370

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

Shades of Medium Red Violet #B62370

Tints of Medium Red Violet #B62370

Color information

#B62370 (or 0xB62370) is unknown color: approx Medium Red Violet. HEX triplet: B6, 23 and 70. RGB value is (182,35,112). Sum of RGB (Red+Green+Blue) = 182+35+112=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B62370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62370 is #49DC8F. Grayscale: #575757. Windows color (decimal): -4840592 or 7349174. OLE color: 7349174.

HSL color Cylindrical-coordinate representation of color #B62370: hue angle of 328.57º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B62370 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB18235112-
CMYK00.810.380.29
HSL328.57º67.74%42.55%-
HSV(B)328.57º80.77%71.37%-
XYZ22.8212.3216.5-
YUV87.73141.7195.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.32%
GREEN value IS 35 (14.06% from 255) = 10.64%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=55.32%
G=10.64%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823511200.810.380.29328.5767.7442.55
HexB62370051261D149442b
Octal266431600121463551110453
Binary10110110100011111000001010001100110111011010010011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62370; }

 p { color: rgb(182,35,112); }

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

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

 a { background-color: rgb(182,35,112); }

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

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

 span { border-color: rgb(182,35,112); }

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