#B43D7B

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

Shades of Medium Red Violet #B43D7B

Tints of Medium Red Violet #B43D7B

Color information

#B43D7B (or 0xB43D7B) is unknown color: approx Medium Red Violet. HEX triplet: B4, 3D and 7B. RGB value is (180,61,123). Sum of RGB (Red+Green+Blue) = 180+61+123=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43D7B is #4BC284. Grayscale: #676767. Windows color (decimal): -4964997 or 8076724. OLE color: 8076724.

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

Color convert

RGB18061123-
CMYK00.660.320.29
HSL328.74º49.38%47.25%-
HSV(B)328.74º66.11%70.59%-
XYZ24.0714.4720.26-
YUV103.65138.92182.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.45%
GREEN value IS 61 (24.22% from 255) = 16.76%
BLUE value IS 123 (48.44% from 255) = 33.79%
R=49.45%
G=16.76%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806112300.660.320.29328.7449.3847.25
HexB43D7B042201D149312f
Octal26475173010240355116157
Binary1011010011110111110110100001010000011101101001001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43D7B; }

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

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

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

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

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

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

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

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