#B1408C

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

Shades of Medium Red Violet #B1408C

Tints of Medium Red Violet #B1408C

Color information

#B1408C (or 0xB1408C) is unknown color: approx Medium Red Violet. HEX triplet: B1, 40 and 8C. RGB value is (177,64,140). Sum of RGB (Red+Green+Blue) = 177+64+140=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B1408C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1408C is #4EBF73. Grayscale: #6A6A6A. Windows color (decimal): -5160820 or 9191601. OLE color: 9191601.

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

Color convert

RGB17764140-
CMYK00.640.210.31
HSL319.65º46.89%47.25%-
HSV(B)319.65º63.84%69.41%-
XYZ24.714.9126.39-
YUV106.45146.94178.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 64 (25.39% from 255) = 16.80%
BLUE value IS 140 (55.08% from 255) = 36.75%
R=46.46%
G=16.80%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776414000.640.210.31319.6546.8947.25
HexB1408C040151F1402f2f
Octal261100214010025375005757
Binary10110001100000010001100010000001010111111101000000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1408C; }

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

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

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

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

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

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

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

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