#B44381

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

Shades of Medium Red Violet #B44381

Tints of Medium Red Violet #B44381

Color information

#B44381 (or 0xB44381) is unknown color: approx Medium Red Violet. HEX triplet: B4, 43 and 81. RGB value is (180,67,129). Sum of RGB (Red+Green+Blue) = 180+67+129=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B44381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44381 is #4BBC7E. Grayscale: #6B6B6B. Windows color (decimal): -4963455 or 8471476. OLE color: 8471476.

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

Color convert

RGB18067129-
CMYK00.630.280.29
HSL327.08º45.75%48.43%-
HSV(B)327.08º62.78%70.59%-
XYZ24.7915.322.42-
YUV107.86139.94179.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 67 (26.56% from 255) = 17.82%
BLUE value IS 129 (50.78% from 255) = 34.31%
R=47.87%
G=17.82%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806712900.630.280.29327.0845.7548.43
HexB4438103F1C1D1472e30
Octal26410320107734355075660
Binary1011010010000111000000101111111110011101101000111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44381; }

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

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

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

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

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

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

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

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