#B62E7D

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

Shades of Medium Red Violet #B62E7D

Tints of Medium Red Violet #B62E7D

Color information

#B62E7D (or 0xB62E7D) is unknown color: approx Medium Red Violet. HEX triplet: B6, 2E and 7D. RGB value is (182,46,125). Sum of RGB (Red+Green+Blue) = 182+46+125=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62E7D is #49D182. Grayscale: #5F5F5F. Windows color (decimal): -4837763 or 8203958. OLE color: 8203958.

HSL color Cylindrical-coordinate representation of color #B62E7D: hue angle of 325.15º 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 #B62E7D is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18246125-
CMYK00.750.310.29
HSL325.15º59.65%44.71%-
HSV(B)325.15º74.73%71.37%-
XYZ23.9713.3820.72-
YUV95.67144.56189.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.56%
GREEN value IS 46 (18.36% from 255) = 13.03%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=51.56%
G=13.03%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824612500.750.310.29325.1559.6544.71
HexB62E7D04B1F1D1453c2d
Octal26656175011337355057455
Binary101101101011101111101010010111111111101101000101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62E7D; }

 p { color: rgb(182,46,125); }

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

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

 a { background-color: rgb(182,46,125); }

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

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

 span { border-color: rgb(182,46,125); }

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