#B62A93

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

Shades of Medium Red Violet #B62A93

Tints of Medium Red Violet #B62A93

Color information

#B62A93 (or 0xB62A93) is unknown color: approx Medium Red Violet. HEX triplet: B6, 2A and 93. RGB value is (182,42,147). Sum of RGB (Red+Green+Blue) = 182+42+147=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62A93 is #49D56C. Grayscale: #5F5F5F. Windows color (decimal): -4838765 or 9644726. OLE color: 9644726.

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

Color convert

RGB18242147-
CMYK00.770.190.29
HSL315º62.5%43.92%-
HSV(B)315º76.92%71.37%-
XYZ25.3913.7128.91-
YUV95.83156.88189.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 42 (16.80% from 255) = 11.32%
BLUE value IS 147 (57.81% from 255) = 39.62%
R=49.06%
G=11.32%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824214700.770.190.2931562.543.92
HexB62A9304D131D13b3e2c
Octal26652223011523354737654
Binary1011011010101010010011010011011001111101100111011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62A93; }

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

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

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

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

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

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

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

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