#B1388E

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

Shades of Medium Red Violet #B1388E

Tints of Medium Red Violet #B1388E

Color information

#B1388E (or 0xB1388E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 38 and 8E. RGB value is (177,56,142). Sum of RGB (Red+Green+Blue) = 177+56+142=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1388E is #4EC771. Grayscale: #656565. Windows color (decimal): -5162866 or 9320625. OLE color: 9320625.

HSL color Cylindrical-coordinate representation of color #B1388E: hue angle of 317.36º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1388E is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB17756142-
CMYK00.680.200.31
HSL317.36º51.93%45.69%-
HSV(B)317.36º68.36%69.41%-
XYZ24.4314.1327.03-
YUV101.98150.59181.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 56 (22.27% from 255) = 14.93%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=47.2%
G=14.93%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775614200.680.200.31317.3651.9345.69
HexB1388E044141F13d342e
Octal26170216010424374756456
Binary1011000111100010001110010001001010011111100111101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1388E; }

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

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

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

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

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

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

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

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