#B62E6E

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

Shades of Medium Red Violet #B62E6E

Tints of Medium Red Violet #B62E6E

Color information

#B62E6E (or 0xB62E6E) is unknown color: approx Medium Red Violet. HEX triplet: B6, 2E and 6E. RGB value is (182,46,110). Sum of RGB (Red+Green+Blue) = 182+46+110=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62E6E is #49D191. Grayscale: #5D5D5D. Windows color (decimal): -4837778 or 7220918. OLE color: 7220918.

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

Color convert

RGB18246110-
CMYK00.750.400.29
HSL331.76º59.65%44.71%-
HSV(B)331.76º74.73%71.37%-
XYZ23.0813.0216.05-
YUV93.96137.06190.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.85%
GREEN value IS 46 (18.36% from 255) = 13.61%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=53.85%
G=13.61%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824611000.750.400.29331.7659.6544.71
HexB62E6E04B281D14c3c2d
Octal26656156011350355147455
Binary1011011010111011011100100101110100011101101001100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62E6E; }

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

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

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

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

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

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

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

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