#B44388

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

Shades of Medium Red Violet #B44388

Tints of Medium Red Violet #B44388

Color information

#B44388 (or 0xB44388) is unknown color: approx Medium Red Violet. HEX triplet: B4, 43 and 88. RGB value is (180,67,136). Sum of RGB (Red+Green+Blue) = 180+67+136=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B44388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44388 is #4BBC77. Grayscale: #6C6C6C. Windows color (decimal): -4963448 or 8930228. OLE color: 8930228.

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

Color convert

RGB18067136-
CMYK00.630.240.29
HSL323.36º45.75%48.43%-
HSV(B)323.36º62.78%70.59%-
XYZ25.2715.524.95-
YUV108.65143.44178.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 67 (26.56% from 255) = 17.49%
BLUE value IS 136 (53.52% from 255) = 35.51%
R=47.00%
G=17.49%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806713600.630.240.29323.3645.7548.43
HexB4438803F181D1432e30
Octal26410321007730355035660
Binary1011010010000111000100001111111100011101101000011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44388; }

 p { color: rgb(180,67,136); }

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

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

 a { background-color: rgb(180,67,136); }

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

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

 span { border-color: rgb(180,67,136); }

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