#B42E8B

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

Shades of Medium Red Violet #B42E8B

Tints of Medium Red Violet #B42E8B

Color information

#B42E8B (or 0xB42E8B) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2E and 8B. RGB value is (180,46,139). Sum of RGB (Red+Green+Blue) = 180+46+139=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42E8B is #4BD174. Grayscale: #606060. Windows color (decimal): -4968821 or 9121460. OLE color: 9121460.

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

Color convert

RGB18046139-
CMYK00.740.230.29
HSL318.36º59.29%44.31%-
HSV(B)318.36º74.44%70.59%-
XYZ24.4613.5225.75-
YUV96.67151.89187.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 46 (18.36% from 255) = 12.60%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=49.32%
G=12.60%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804613900.740.230.29318.3659.2944.31
HexB42E8B04A171D13e3b2c
Octal26456213011227354767354
Binary1011010010111010001011010010101011111101100111110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42E8B; }

 p { color: rgb(180,46,139); }

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

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

 a { background-color: rgb(180,46,139); }

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

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

 span { border-color: rgb(180,46,139); }

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