#B62E85

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

Shades of Medium Red Violet #B62E85

Tints of Medium Red Violet #B62E85

Color information

#B62E85 (or 0xB62E85) is unknown color: approx Medium Red Violet. HEX triplet: B6, 2E and 85. RGB value is (182,46,133). Sum of RGB (Red+Green+Blue) = 182+46+133=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62E85 is #49D17A. Grayscale: #606060. Windows color (decimal): -4837755 or 8728246. OLE color: 8728246.

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

Color convert

RGB18246133-
CMYK00.750.270.29
HSL321.62º59.65%44.71%-
HSV(B)321.62º74.73%71.37%-
XYZ24.513.5923.52-
YUV96.58148.56188.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.42%
GREEN value IS 46 (18.36% from 255) = 12.74%
BLUE value IS 133 (52.34% from 255) = 36.84%
R=50.42%
G=12.74%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824613300.750.270.29321.6259.6544.71
HexB62E8504B1B1D1423c2d
Octal26656205011333355027455
Binary1011011010111010000101010010111101111101101000010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62E85; }

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

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

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

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

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

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

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

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