#B1408A

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

Shades of Medium Red Violet #B1408A

Tints of Medium Red Violet #B1408A

Color information

#B1408A (or 0xB1408A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 40 and 8A. RGB value is (177,64,138). Sum of RGB (Red+Green+Blue) = 177+64+138=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B1408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1408A is #4EBF75. Grayscale: #6A6A6A. Windows color (decimal): -5160822 or 9060529. OLE color: 9060529.

HSL color Cylindrical-coordinate representation of color #B1408A: hue angle of 320.71º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1408A is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB17764138-
CMYK00.640.220.31
HSL320.71º46.89%47.25%-
HSV(B)320.71º63.84%69.41%-
XYZ24.5514.8525.62-
YUV106.22145.94178.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 64 (25.39% from 255) = 16.89%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=46.70%
G=16.89%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776413800.640.220.31320.7146.8947.25
HexB1408A040161F1412f2f
Octal261100212010026375015757
Binary10110001100000010001010010000001011011111101000001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1408A; }

 p { color: rgb(177,64,138); }

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

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

 a { background-color: rgb(177,64,138); }

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

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

 span { border-color: rgb(177,64,138); }

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