#B5428B

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

Shades of Medium Red Violet #B5428B

Tints of Medium Red Violet #B5428B

Color information

#B5428B (or 0xB5428B) is unknown color: approx Medium Red Violet. HEX triplet: B5, 42 and 8B. RGB value is (181,66,139). Sum of RGB (Red+Green+Blue) = 181+66+139=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B5428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5428B is #4ABD74. Grayscale: #6C6C6C. Windows color (decimal): -4898165 or 9126581. OLE color: 9126581.

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

Color convert

RGB18166139-
CMYK00.640.230.29
HSL321.91º46.56%48.43%-
HSV(B)321.91º63.54%70.98%-
XYZ25.6615.5826.08-
YUV108.71145.1179.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.89%
GREEN value IS 66 (26.17% from 255) = 17.10%
BLUE value IS 139 (54.69% from 255) = 36.01%
R=46.89%
G=17.10%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816613900.640.230.29321.9146.5648.43
HexB5428B040171D1422f30
Octal265102213010027355025760
Binary10110101100001010001011010000001011111101101000010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5428B; }

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

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

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

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

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

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

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

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