#B1448F

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

Shades of Medium Red Violet #B1448F

Tints of Medium Red Violet #B1448F

Color information

#B1448F (or 0xB1448F) is unknown color: approx Medium Red Violet. HEX triplet: B1, 44 and 8F. RGB value is (177,68,143). Sum of RGB (Red+Green+Blue) = 177+68+143=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1448F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1448F is #4EBB70. Grayscale: #6C6C6C. Windows color (decimal): -5159793 or 9389233. OLE color: 9389233.

HSL color Cylindrical-coordinate representation of color #B1448F: hue angle of 318.72º 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 #B1448F is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17768143-
CMYK00.620.190.31
HSL318.72º44.49%48.04%-
HSV(B)318.72º61.58%69.41%-
XYZ25.1615.4627.65-
YUV109.14147.11176.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.62%
GREEN value IS 68 (26.95% from 255) = 17.53%
BLUE value IS 143 (56.25% from 255) = 36.86%
R=45.62%
G=17.53%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776814300.620.190.31318.7244.4948.04
HexB1448F03E131F13f2c30
Octal26110421707623374775460
Binary1011000110001001000111101111101001111111100111111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1448F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1448F; }

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

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

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

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

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

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

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

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