#B1388B

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

Shades of Medium Red Violet #B1388B

Tints of Medium Red Violet #B1388B

Color information

#B1388B (or 0xB1388B) is unknown color: approx Medium Red Violet. HEX triplet: B1, 38 and 8B. RGB value is (177,56,139). Sum of RGB (Red+Green+Blue) = 177+56+139=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1388B is #4EC774. Grayscale: #656565. Windows color (decimal): -5162869 or 9124017. OLE color: 9124017.

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

Color convert

RGB17756139-
CMYK00.680.210.31
HSL318.84º51.93%45.69%-
HSV(B)318.84º68.36%69.41%-
XYZ24.2114.0425.86-
YUV101.64149.09181.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.58%
GREEN value IS 56 (22.27% from 255) = 15.05%
BLUE value IS 139 (54.69% from 255) = 37.37%
R=47.58%
G=15.05%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775613900.680.210.31318.8451.9345.69
HexB1388B044151F13f342e
Octal26170213010425374776456
Binary1011000111100010001011010001001010111111100111111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1388B; }

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

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

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

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

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

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

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

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