#B1409A

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

Shades of Medium Red Violet #B1409A

Tints of Medium Red Violet #B1409A

Color information

#B1409A (or 0xB1409A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 40 and 9A. RGB value is (177,64,154). Sum of RGB (Red+Green+Blue) = 177+64+154=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B1409A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1409A is #4EBF65. Grayscale: #6B6B6B. Windows color (decimal): -5160806 or 10109105. OLE color: 10109105.

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

Color convert

RGB17764154-
CMYK00.640.130.31
HSL312.21º46.89%47.25%-
HSV(B)312.21º63.84%69.41%-
XYZ25.815.3532.17-
YUV108.05153.94177.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 64 (25.39% from 255) = 16.20%
BLUE value IS 154 (60.55% from 255) = 38.99%
R=44.81%
G=16.20%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776415400.640.130.31312.2146.8947.25
HexB1409A040D1F1382f2f
Octal261100232010015374705757
Binary1011000110000001001101001000000110111111100111000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1409A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1409A; }

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

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

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

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

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

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

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

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