#B1448B

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

Shades of Medium Red Violet #B1448B

Tints of Medium Red Violet #B1448B

Color information

#B1448B (or 0xB1448B) is unknown color: approx Medium Red Violet. HEX triplet: B1, 44 and 8B. RGB value is (177,68,139). Sum of RGB (Red+Green+Blue) = 177+68+139=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1448B is #4EBB74. Grayscale: #6C6C6C. Windows color (decimal): -5159797 or 9127089. OLE color: 9127089.

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

Color convert

RGB17768139-
CMYK00.620.210.31
HSL320.92º44.49%48.04%-
HSV(B)320.92º61.58%69.41%-
XYZ24.8615.3526.08-
YUV108.68145.11176.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 68 (26.95% from 255) = 17.71%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=46.09%
G=17.71%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776813900.620.210.31320.9244.4948.04
HexB1448B03E151F1412c30
Octal26110421307625375015460
Binary1011000110001001000101101111101010111111101000001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1448B; }

 p { color: rgb(177,68,139); }

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

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

 a { background-color: rgb(177,68,139); }

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

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

 span { border-color: rgb(177,68,139); }

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