#B14193

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

Shades of Medium Red Violet #B14193

Tints of Medium Red Violet #B14193

Color information

#B14193 (or 0xB14193) is unknown color: approx Medium Red Violet. HEX triplet: B1, 41 and 93. RGB value is (177,65,147). Sum of RGB (Red+Green+Blue) = 177+65+147=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B14193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14193 is #4EBE6C. Grayscale: #6B6B6B. Windows color (decimal): -5160557 or 9650609. OLE color: 9650609.

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

Color convert

RGB17765147-
CMYK00.630.170.31
HSL316.07º46.28%47.45%-
HSV(B)316.07º63.28%69.41%-
XYZ25.2915.2329.21-
YUV107.84150.11177.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 65 (25.78% from 255) = 16.71%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=45.50%
G=16.71%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776514700.630.170.31316.0746.2847.45
HexB1419303F111F13c2e2f
Octal26110122307721374745657
Binary1011000110000011001001101111111000111111100111100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14193; }

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

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

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

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

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

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

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

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