#B54288

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

Shades of Medium Red Violet #B54288

Tints of Medium Red Violet #B54288

Color information

#B54288 (or 0xB54288) is unknown color: approx Medium Red Violet. HEX triplet: B5, 42 and 88. RGB value is (181,66,136). Sum of RGB (Red+Green+Blue) = 181+66+136=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B54288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54288 is #4ABD77. Grayscale: #6C6C6C. Windows color (decimal): -4898168 or 8929973. OLE color: 8929973.

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

Color convert

RGB18166136-
CMYK00.640.250.29
HSL323.48º46.56%48.43%-
HSV(B)323.48º63.54%70.98%-
XYZ25.4515.524.94-
YUV108.36143.6179.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 66 (26.17% from 255) = 17.23%
BLUE value IS 136 (53.52% from 255) = 35.51%
R=47.26%
G=17.23%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816613600.640.250.29323.4846.5648.43
HexB54288040191D1432f30
Octal265102210010031355035760
Binary10110101100001010001000010000001100111101101000011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54288; }

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

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

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

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

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

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

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

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