#B62A7C

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

Shades of Medium Red Violet #B62A7C

Tints of Medium Red Violet #B62A7C

Color information

#B62A7C (or 0xB62A7C) is unknown color: approx Medium Red Violet. HEX triplet: B6, 2A and 7C. RGB value is (182,42,124). Sum of RGB (Red+Green+Blue) = 182+42+124=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62A7C is #49D583. Grayscale: #5D5D5D. Windows color (decimal): -4838788 or 8137398. OLE color: 8137398.

HSL color Cylindrical-coordinate representation of color #B62A7C: hue angle of 324.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62A7C is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18242124-
CMYK00.770.320.29
HSL324.86º62.5%43.92%-
HSV(B)324.86º76.92%71.37%-
XYZ23.7613.0620.34-
YUV93.21145.38191.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.30%
GREEN value IS 42 (16.80% from 255) = 12.07%
BLUE value IS 124 (48.83% from 255) = 35.63%
R=52.30%
G=12.07%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824212400.770.320.29324.8662.543.92
HexB62A7C04D201D1453e2c
Octal26652174011540355057654
Binary1011011010101011111000100110110000011101101000101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62A7C; }

 p { color: rgb(182,42,124); }

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

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

 a { background-color: rgb(182,42,124); }

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

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

 span { border-color: rgb(182,42,124); }

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