#B14484

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

Shades of Medium Red Violet #B14484

Tints of Medium Red Violet #B14484

Color information

#B14484 (or 0xB14484) is unknown color: approx Medium Red Violet. HEX triplet: B1, 44 and 84. RGB value is (177,68,132). Sum of RGB (Red+Green+Blue) = 177+68+132=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B14484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14484 is #4EBB7B. Grayscale: #6B6B6B. Windows color (decimal): -5159804 or 8668337. OLE color: 8668337.

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

Color convert

RGB17768132-
CMYK00.620.250.31
HSL324.77º44.49%48.04%-
HSV(B)324.77º61.58%69.41%-
XYZ24.3615.1523.47-
YUV107.89141.61177.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 68 (26.95% from 255) = 18.04%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=46.95%
G=18.04%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776813200.620.250.31324.7744.4948.04
HexB1448403E191F1452c30
Octal26110420407631375055460
Binary1011000110001001000010001111101100111111101000101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14484; }

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

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

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

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

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

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

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

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