#B14480

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

Shades of Medium Red Violet #B14480

Tints of Medium Red Violet #B14480

Color information

#B14480 (or 0xB14480) is unknown color: approx Medium Red Violet. HEX triplet: B1, 44 and 80. RGB value is (177,68,128). Sum of RGB (Red+Green+Blue) = 177+68+128=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B14480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14480 is #4EBB7F. Grayscale: #6B6B6B. Windows color (decimal): -5159808 or 8406193. OLE color: 8406193.

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

Color convert

RGB17768128-
CMYK00.620.280.31
HSL326.97º44.49%48.04%-
HSV(B)326.97º61.58%69.41%-
XYZ24.0915.0422.06-
YUV107.43139.61177.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 68 (26.95% from 255) = 18.23%
BLUE value IS 128 (50.39% from 255) = 34.32%
R=47.45%
G=18.23%
B=34.32%

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
Decimal1776812800.620.280.31326.9744.4948.04
HexB1448003E1C1F1472c30
Octal26110420007634375075460
Binary1011000110001001000000001111101110011111101000111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14480; }

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

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

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

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

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

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

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

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