#b1398b

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

Shades of Medium Red Violet #B1398B

Tints of Medium Red Violet #B1398B

Color information

#B1398B (or 0xB1398B) is unknown color: approx Medium Red Violet. HEX triplet: B1, 39 and 8B. RGB value is (177,57,139). Sum of RGB (Red+Green+Blue) = 177+57+139=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1398B is #4EC674. Grayscale: #666666. Windows color (decimal): -5162613 or 9124273. OLE color: 9124273.

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

Color convert

RGB17757139-
CMYK00.680.210.31
HSL319º51.28%45.88%-
HSV(B)319º67.8%69.41%-
XYZ24.2514.1425.88-
YUV102.23148.76181.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 57 (22.66% from 255) = 15.28%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=47.45%
G=15.28%
B=37.27%

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
Decimal1775713900.680.210.3131951.2845.88
HexB1398B044151F13f332e
Octal26171213010425374776356
Binary1011000111100110001011010001001010111111100111111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1398b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1398b; }

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

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

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

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

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

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

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

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