#B62F8E

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

Shades of Medium Red Violet #B62F8E

Tints of Medium Red Violet #B62F8E

Color information

#B62F8E (or 0xB62F8E) is unknown color: approx Medium Red Violet. HEX triplet: B6, 2F and 8E. RGB value is (182,47,142). Sum of RGB (Red+Green+Blue) = 182+47+142=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B62F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62F8E is #49D071. Grayscale: #616161. Windows color (decimal): -4837490 or 9318326. OLE color: 9318326.

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

Color convert

RGB18247142-
CMYK00.740.220.29
HSL317.78º58.95%44.9%-
HSV(B)317.78º74.18%71.37%-
XYZ25.1913.9326.95-
YUV98.2152.73187.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 47 (18.75% from 255) = 12.67%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=49.06%
G=12.67%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824714200.740.220.29317.7858.9544.9
HexB62F8E04A161D13e3b2d
Octal26657216011226354767355
Binary1011011010111110001110010010101011011101100111110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62F8E; }

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

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

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

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

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

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

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

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