#B62A7A

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

Shades of Medium Red Violet #B62A7A

Tints of Medium Red Violet #B62A7A

Color information

#B62A7A (or 0xB62A7A) is unknown color: approx Medium Red Violet. HEX triplet: B6, 2A and 7A. RGB value is (182,42,122). Sum of RGB (Red+Green+Blue) = 182+42+122=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62A7A is #49D585. Grayscale: #5C5C5C. Windows color (decimal): -4838790 or 8006326. OLE color: 8006326.

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

Color convert

RGB18242122-
CMYK00.770.330.29
HSL325.71º62.5%43.92%-
HSV(B)325.71º76.92%71.37%-
XYZ23.6313.0119.68-
YUV92.98144.38191.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.60%
GREEN value IS 42 (16.80% from 255) = 12.14%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=52.60%
G=12.14%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824212200.770.330.29325.7162.543.92
HexB62A7A04D211D1463e2c
Octal26652172011541355067654
Binary1011011010101011110100100110110000111101101000110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62A7A; }

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

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

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

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

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

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

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

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