#B1408E

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

Shades of Medium Red Violet #B1408E

Tints of Medium Red Violet #B1408E

Color information

#B1408E (or 0xB1408E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 40 and 8E. RGB value is (177,64,142). Sum of RGB (Red+Green+Blue) = 177+64+142=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1408E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1408E is #4EBF71. Grayscale: #6A6A6A. Windows color (decimal): -5160818 or 9322673. OLE color: 9322673.

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

Color convert

RGB17764142-
CMYK00.640.200.31
HSL318.58º46.89%47.25%-
HSV(B)318.58º63.84%69.41%-
XYZ24.8514.9727.17-
YUV106.68147.94178.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 64 (25.39% from 255) = 16.71%
BLUE value IS 142 (55.86% from 255) = 37.08%
R=46.21%
G=16.71%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776414200.640.200.31318.5846.8947.25
HexB1408E040141F13f2f2f
Octal261100216010024374775757
Binary10110001100000010001110010000001010011111100111111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1408E; }

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

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

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

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

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

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

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

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