#B42F8E

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

Shades of Medium Red Violet #B42F8E

Tints of Medium Red Violet #B42F8E

Color information

#B42F8E (or 0xB42F8E) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2F and 8E. RGB value is (180,47,142). Sum of RGB (Red+Green+Blue) = 180+47+142=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42F8E is #4BD071. Grayscale: #616161. Windows color (decimal): -4968562 or 9318324. OLE color: 9318324.

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

Color convert

RGB18047142-
CMYK00.740.210.29
HSL317.14º58.59%44.51%-
HSV(B)317.14º73.89%70.59%-
XYZ24.7213.6926.93-
YUV97.6153.06186.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 47 (18.75% from 255) = 12.74%
BLUE value IS 142 (55.86% from 255) = 38.48%
R=48.78%
G=12.74%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804714200.740.210.29317.1458.5944.51
HexB42F8E04A151D13d3b2d
Octal26457216011225354757355
Binary1011010010111110001110010010101010111101100111101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42F8E; }

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

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

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

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

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

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

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

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