#B1418F

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

Shades of Medium Red Violet #B1418F

Tints of Medium Red Violet #B1418F

Color information

#B1418F (or 0xB1418F) is unknown color: approx Medium Red Violet. HEX triplet: B1, 41 and 8F. RGB value is (177,65,143). Sum of RGB (Red+Green+Blue) = 177+65+143=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1418F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1418F is #4EBE70. Grayscale: #6B6B6B. Windows color (decimal): -5160561 or 9388465. OLE color: 9388465.

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

Color convert

RGB17765143-
CMYK00.630.190.31
HSL318.21º46.28%47.45%-
HSV(B)318.21º63.28%69.41%-
XYZ24.9815.1127.59-
YUV107.38148.11177.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 65 (25.78% from 255) = 16.88%
BLUE value IS 143 (56.25% from 255) = 37.14%
R=45.97%
G=16.88%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776514300.630.190.31318.2146.2847.45
HexB1418F03F131F13e2e2f
Octal26110121707723374765657
Binary1011000110000011000111101111111001111111100111110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1418F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1418F; }

 p { color: rgb(177,65,143); }

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

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

 a { background-color: rgb(177,65,143); }

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

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

 span { border-color: rgb(177,65,143); }

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