#B62B8E

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

Shades of Medium Red Violet #B62B8E

Tints of Medium Red Violet #B62B8E

Color information

#B62B8E (or 0xB62B8E) is unknown color: approx Medium Red Violet. HEX triplet: B6, 2B and 8E. RGB value is (182,43,142). Sum of RGB (Red+Green+Blue) = 182+43+142=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62B8E is #49D471. Grayscale: #5F5F5F. Windows color (decimal): -4838514 or 9317302. OLE color: 9317302.

HSL color Cylindrical-coordinate representation of color #B62B8E: hue angle of 317.27º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62B8E is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB18243142-
CMYK00.760.220.29
HSL317.27º61.78%44.12%-
HSV(B)317.27º76.37%71.37%-
XYZ25.0413.6326.9-
YUV95.85154.05189.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.59%
GREEN value IS 43 (17.19% from 255) = 11.72%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=49.59%
G=11.72%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824314200.760.220.29317.2761.7844.12
HexB62B8E04C161D13d3e2c
Octal26653216011426354757654
Binary1011011010101110001110010011001011011101100111101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62B8E; }

 p { color: rgb(182,43,142); }

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

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

 a { background-color: rgb(182,43,142); }

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

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

 span { border-color: rgb(182,43,142); }

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