#B14091

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

Shades of Medium Red Violet #B14091

Tints of Medium Red Violet #B14091

Color information

#B14091 (or 0xB14091) is unknown color: approx Medium Red Violet. HEX triplet: B1, 40 and 91. RGB value is (177,64,145). Sum of RGB (Red+Green+Blue) = 177+64+145=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B14091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14091 is #4EBF6E. Grayscale: #6A6A6A. Windows color (decimal): -5160815 or 9519281. OLE color: 9519281.

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

Color convert

RGB17764145-
CMYK00.640.180.31
HSL316.99º46.89%47.25%-
HSV(B)316.99º63.84%69.41%-
XYZ25.0815.0628.37-
YUV107.02149.44177.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 64 (25.39% from 255) = 16.58%
BLUE value IS 145 (57.03% from 255) = 37.56%
R=45.85%
G=16.58%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776414500.640.180.31316.9946.8947.25
HexB14091040121F13d2f2f
Octal261100221010022374755757
Binary10110001100000010010001010000001001011111100111101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14091; }

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

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

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

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

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

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

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

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