#B5428A

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

Shades of Medium Red Violet #B5428A

Tints of Medium Red Violet #B5428A

Color information

#B5428A (or 0xB5428A) is unknown color: approx Medium Red Violet. HEX triplet: B5, 42 and 8A. RGB value is (181,66,138). Sum of RGB (Red+Green+Blue) = 181+66+138=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B5428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5428A is #4ABD75. Grayscale: #6C6C6C. Windows color (decimal): -4898166 or 9061045. OLE color: 9061045.

HSL color Cylindrical-coordinate representation of color #B5428A: hue angle of 322.43º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5428A is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18166138-
CMYK00.640.240.29
HSL322.43º46.56%48.43%-
HSV(B)322.43º63.54%70.98%-
XYZ25.5915.5625.7-
YUV108.59144.6179.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 66 (26.17% from 255) = 17.14%
BLUE value IS 138 (54.30% from 255) = 35.84%
R=47.01%
G=17.14%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816613800.640.240.29322.4346.5648.43
HexB5428A040181D1422f30
Octal265102212010030355025760
Binary10110101100001010001010010000001100011101101000010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5428A; }

 p { color: rgb(181,66,138); }

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

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

 a { background-color: rgb(181,66,138); }

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

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

 span { border-color: rgb(181,66,138); }

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