#B44283

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

Shades of Medium Red Violet #B44283

Tints of Medium Red Violet #B44283

Color information

#B44283 (or 0xB44283) is unknown color: approx Medium Red Violet. HEX triplet: B4, 42 and 83. RGB value is (180,66,131). Sum of RGB (Red+Green+Blue) = 180+66+131=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B44283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44283 is #4BBD7C. Grayscale: #6B6B6B. Windows color (decimal): -4963709 or 8602292. OLE color: 8602292.

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

Color convert

RGB18066131-
CMYK00.630.270.29
HSL325.79º46.34%48.24%-
HSV(B)325.79º63.33%70.59%-
XYZ24.8715.2423.1-
YUV107.5141.27179.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 131 (51.56% from 255) = 34.75%
R=47.75%
G=17.51%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806613100.630.270.29325.7946.3448.24
HexB4428303F1B1D1462e30
Octal26410220307733355065660
Binary1011010010000101000001101111111101111101101000110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44283; }

 p { color: rgb(180,66,131); }

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

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

 a { background-color: rgb(180,66,131); }

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

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

 span { border-color: rgb(180,66,131); }

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