#B43B99

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

Shades of Medium Red Violet #B43B99

Tints of Medium Red Violet #B43B99

Color information

#B43B99 (or 0xB43B99) is unknown color: approx Medium Red Violet. HEX triplet: B4, 3B and 99. RGB value is (180,59,153). Sum of RGB (Red+Green+Blue) = 180+59+153=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43B99 is #4BC466. Grayscale: #696969. Windows color (decimal): -4965479 or 10042292. OLE color: 10042292.

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

Color convert

RGB18059153-
CMYK00.670.150.29
HSL313.39º50.63%46.86%-
HSV(B)313.39º67.22%70.59%-
XYZ26.1415.1331.68-
YUV105.9154.59180.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 59 (23.44% from 255) = 15.05%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=45.92%
G=15.05%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805915300.670.150.29313.3950.6346.86
HexB43B99043F1D139332f
Octal26473231010317354716357
Binary101101001110111001100101000011111111101100111001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43B99; }

 p { color: rgb(180,59,153); }

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

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

 a { background-color: rgb(180,59,153); }

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

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

 span { border-color: rgb(180,59,153); }

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