#B43477

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

Shades of Medium Red Violet #B43477

Tints of Medium Red Violet #B43477

Color information

#B43477 (or 0xB43477) is unknown color: approx Medium Red Violet. HEX triplet: B4, 34 and 77. RGB value is (180,52,119). Sum of RGB (Red+Green+Blue) = 180+52+119=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B43477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43477 is #4BCB88. Grayscale: #616161. Windows color (decimal): -4967305 or 7812276. OLE color: 7812276.

HSL color Cylindrical-coordinate representation of color #B43477: hue angle of 328.59º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43477 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB18052119-
CMYK00.710.340.29
HSL328.59º55.17%45.49%-
HSV(B)328.59º71.11%70.59%-
XYZ23.3813.4918.82-
YUV97.91139.91186.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 52 (20.70% from 255) = 14.81%
BLUE value IS 119 (46.88% from 255) = 33.90%
R=51.28%
G=14.81%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805211900.710.340.29328.5955.1745.49
HexB43477047221D149372d
Octal26464167010742355116755
Binary1011010011010011101110100011110001011101101001001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43477; }

 p { color: rgb(180,52,119); }

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

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

 a { background-color: rgb(180,52,119); }

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

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

 span { border-color: rgb(180,52,119); }

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