#B1448E

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

Shades of Medium Red Violet #B1448E

Tints of Medium Red Violet #B1448E

Color information

#B1448E (or 0xB1448E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 44 and 8E. RGB value is (177,68,142). Sum of RGB (Red+Green+Blue) = 177+68+142=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1448E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1448E is #4EBB71. Grayscale: #6C6C6C. Windows color (decimal): -5159794 or 9323697. OLE color: 9323697.

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

Color convert

RGB17768142-
CMYK00.620.200.31
HSL319.27º44.49%48.04%-
HSV(B)319.27º61.58%69.41%-
XYZ25.0815.4327.25-
YUV109.03146.61176.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 68 (26.95% from 255) = 17.57%
BLUE value IS 142 (55.86% from 255) = 36.69%
R=45.74%
G=17.57%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776814200.620.200.31319.2744.4948.04
HexB1448E03E141F13f2c30
Octal26110421607624374775460
Binary1011000110001001000111001111101010011111100111111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1448E; }

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

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

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

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

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

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

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

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