#B62D75

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

Shades of Medium Red Violet #B62D75

Tints of Medium Red Violet #B62D75

Color information

#B62D75 (or 0xB62D75) is unknown color: approx Medium Red Violet. HEX triplet: B6, 2D and 75. RGB value is (182,45,117). Sum of RGB (Red+Green+Blue) = 182+45+117=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62D75 is #49D28A. Grayscale: #5E5E5E. Windows color (decimal): -4838027 or 7679414. OLE color: 7679414.

HSL color Cylindrical-coordinate representation of color #B62D75: hue angle of 328.47º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62D75 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18245117-
CMYK00.750.360.29
HSL328.47º60.35%44.51%-
HSV(B)328.47º75.27%71.37%-
XYZ23.4413.1118.12-
YUV94.17140.89190.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.91%
GREEN value IS 45 (17.97% from 255) = 13.08%
BLUE value IS 117 (46.09% from 255) = 34.01%
R=52.91%
G=13.08%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824511700.750.360.29328.4760.3544.51
HexB62D7504B241D1483c2d
Octal26655165011344355107455
Binary1011011010110111101010100101110010011101101001000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62D75; }

 p { color: rgb(182,45,117); }

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

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

 a { background-color: rgb(182,45,117); }

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

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

 span { border-color: rgb(182,45,117); }

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