#B43399

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

Shades of Medium Red Violet #B43399

Tints of Medium Red Violet #B43399

Color information

#B43399 (or 0xB43399) is unknown color: approx Medium Red Violet. HEX triplet: B4, 33 and 99. RGB value is (180,51,153). Sum of RGB (Red+Green+Blue) = 180+51+153=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B43399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43399 is #4BCC66. Grayscale: #646464. Windows color (decimal): -4967527 or 10040244. OLE color: 10040244.

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

Color convert

RGB18051153-
CMYK00.720.150.29
HSL312.56º55.84%45.29%-
HSV(B)312.56º71.67%70.59%-
XYZ25.7614.3731.55-
YUV101.2157.24184.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 51 (20.31% from 255) = 13.28%
BLUE value IS 153 (60.16% from 255) = 39.84%
R=46.88%
G=13.28%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805115300.720.150.29312.5655.8445.29
HexB43399048F1D139382d
Octal26463231011017354717055
Binary101101001100111001100101001000111111101100111001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43399; }

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

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

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

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

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

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

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

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