#B14380

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

Shades of Medium Red Violet #B14380

Tints of Medium Red Violet #B14380

Color information

#B14380 (or 0xB14380) is unknown color: approx Medium Red Violet. HEX triplet: B1, 43 and 80. RGB value is (177,67,128). Sum of RGB (Red+Green+Blue) = 177+67+128=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B14380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14380 is #4EBC7F. Grayscale: #6A6A6A. Windows color (decimal): -5160064 or 8405937. OLE color: 8405937.

HSL color Cylindrical-coordinate representation of color #B14380: hue angle of 326.73º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14380 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17767128-
CMYK00.620.280.31
HSL326.73º45.08%47.84%-
HSV(B)326.73º62.15%69.41%-
XYZ24.0314.9222.04-
YUV106.84139.94178.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.58%
GREEN value IS 67 (26.56% from 255) = 18.01%
BLUE value IS 128 (50.39% from 255) = 34.41%
R=47.58%
G=18.01%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776712800.620.280.31326.7345.0847.84
HexB1438003E1C1F1472d30
Octal26110320007634375075560
Binary1011000110000111000000001111101110011111101000111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14380; }

 p { color: rgb(177,67,128); }

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

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

 a { background-color: rgb(177,67,128); }

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

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

 span { border-color: rgb(177,67,128); }

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