#B62E86

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

Shades of Medium Red Violet #B62E86

Tints of Medium Red Violet #B62E86

Color information

#B62E86 (or 0xB62E86) is unknown color: approx Medium Red Violet. HEX triplet: B6, 2E and 86. RGB value is (182,46,134). Sum of RGB (Red+Green+Blue) = 182+46+134=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62E86 is #49D179. Grayscale: #606060. Windows color (decimal): -4837754 or 8793782. OLE color: 8793782.

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

Color convert

RGB18246134-
CMYK00.750.260.29
HSL321.18º59.65%44.71%-
HSV(B)321.18º74.73%71.37%-
XYZ24.5713.6223.89-
YUV96.7149.06188.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.28%
GREEN value IS 46 (18.36% from 255) = 12.71%
BLUE value IS 134 (52.73% from 255) = 37.02%
R=50.28%
G=12.71%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824613400.750.260.29321.1859.6544.71
HexB62E8604B1A1D1413c2d
Octal26656206011332355017455
Binary1011011010111010000110010010111101011101101000001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62E86; }

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

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

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

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

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

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

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

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