#B04489

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

Shades of Medium Red Violet #B04489

Tints of Medium Red Violet #B04489

Color information

#B04489 (or 0xB04489) is unknown color: approx Medium Red Violet. HEX triplet: B0, 44 and 89. RGB value is (176,68,137). Sum of RGB (Red+Green+Blue) = 176+68+137=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B04489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04489 is #4FBB76. Grayscale: #6B6B6B. Windows color (decimal): -5225335 or 8996016. OLE color: 8996016.

HSL color Cylindrical-coordinate representation of color #B04489: hue angle of 321.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04489 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB17668137-
CMYK00.610.220.31
HSL321.67º44.26%47.84%-
HSV(B)321.67º61.36%69.02%-
XYZ24.4915.1725.3-
YUV108.16144.28176.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.19%
GREEN value IS 68 (26.95% from 255) = 17.85%
BLUE value IS 137 (53.91% from 255) = 35.96%
R=46.19%
G=17.85%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766813700.610.220.31321.6744.2647.84
HexB0448903D161F1422c30
Octal26010421107526375025460
Binary1011000010001001000100101111011011011111101000010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04489; }

 p { color: rgb(176,68,137); }

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

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

 a { background-color: rgb(176,68,137); }

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

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

 span { border-color: rgb(176,68,137); }

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