#B43978

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

Shades of Medium Red Violet #B43978

Tints of Medium Red Violet #B43978

Color information

#B43978 (or 0xB43978) is unknown color: approx Medium Red Violet. HEX triplet: B4, 39 and 78. RGB value is (180,57,120). Sum of RGB (Red+Green+Blue) = 180+57+120=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B43978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43978 is #4BC687. Grayscale: #646464. Windows color (decimal): -4966024 or 7879092. OLE color: 7879092.

HSL color Cylindrical-coordinate representation of color #B43978: hue angle of 329.27º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B43978 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB18057120-
CMYK00.680.330.29
HSL329.27º51.9%46.47%-
HSV(B)329.27º68.33%70.59%-
XYZ23.6813.9919.22-
YUV100.96138.75184.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.42%
GREEN value IS 57 (22.66% from 255) = 15.97%
BLUE value IS 120 (47.27% from 255) = 33.61%
R=50.42%
G=15.97%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805712000.680.330.29329.2751.946.47
HexB43978044211D149342e
Octal26471170010441355116456
Binary1011010011100111110000100010010000111101101001001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43978; }

 p { color: rgb(180,57,120); }

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

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

 a { background-color: rgb(180,57,120); }

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

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

 span { border-color: rgb(180,57,120); }

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