#B43A7B

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

Shades of Medium Red Violet #B43A7B

Tints of Medium Red Violet #B43A7B

Color information

#B43A7B (or 0xB43A7B) is unknown color: approx Medium Red Violet. HEX triplet: B4, 3A and 7B. RGB value is (180,58,123). Sum of RGB (Red+Green+Blue) = 180+58+123=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43A7B is #4BC584. Grayscale: #656565. Windows color (decimal): -4965765 or 8075956. OLE color: 8075956.

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

Color convert

RGB18058123-
CMYK00.680.320.29
HSL328.03º51.26%46.67%-
HSV(B)328.03º67.78%70.59%-
XYZ23.9114.1620.21-
YUV101.89139.92183.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 58 (23.05% from 255) = 16.07%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=49.86%
G=16.07%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805812300.680.320.29328.0351.2646.67
HexB43A7B044201D148332f
Octal26472173010440355106357
Binary1011010011101011110110100010010000011101101001000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A7B; }

 p { color: rgb(180,58,123); }

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

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

 a { background-color: rgb(180,58,123); }

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

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

 span { border-color: rgb(180,58,123); }

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