#B14381

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

Shades of Medium Red Violet #B14381

Tints of Medium Red Violet #B14381

Color information

#B14381 (or 0xB14381) is unknown color: approx Medium Red Violet. HEX triplet: B1, 43 and 81. RGB value is (177,67,129). Sum of RGB (Red+Green+Blue) = 177+67+129=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B14381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14381 is #4EBC7E. Grayscale: #6A6A6A. Windows color (decimal): -5160063 or 8471473. OLE color: 8471473.

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

Color convert

RGB17767129-
CMYK00.620.270.31
HSL326.18º45.08%47.84%-
HSV(B)326.18º62.15%69.41%-
XYZ24.114.9522.38-
YUV106.96140.44177.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 67 (26.56% from 255) = 17.96%
BLUE value IS 129 (50.78% from 255) = 34.58%
R=47.45%
G=17.96%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776712900.620.270.31326.1845.0847.84
HexB1438103E1B1F1462d30
Octal26110320107633375065560
Binary1011000110000111000000101111101101111111101000110101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14381; }

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

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

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

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

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

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

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

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