#B14182

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

Shades of Medium Red Violet #B14182

Tints of Medium Red Violet #B14182

Color information

#B14182 (or 0xB14182) is unknown color: approx Medium Red Violet. HEX triplet: B1, 41 and 82. RGB value is (177,65,130). Sum of RGB (Red+Green+Blue) = 177+65+130=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B14182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14182 is #4EBE7D. Grayscale: #696969. Windows color (decimal): -5160574 or 8536497. OLE color: 8536497.

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

Color convert

RGB17765130-
CMYK00.630.270.31
HSL325.18º46.28%47.45%-
HSV(B)325.18º63.28%69.41%-
XYZ24.0514.7422.7-
YUV105.9141.61178.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.58%
GREEN value IS 65 (25.78% from 255) = 17.47%
BLUE value IS 130 (51.17% from 255) = 34.95%
R=47.58%
G=17.47%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776513000.630.270.31325.1846.2847.45
HexB1418203F1B1F1452e2f
Octal26110120207733375055657
Binary1011000110000011000001001111111101111111101000101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14182; }

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

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

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

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

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

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

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

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