#B43BA0

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

Shades of Medium Red Violet #B43BA0

Tints of Medium Red Violet #B43BA0

Color information

#B43BA0 (or 0xB43BA0) is unknown color: approx Medium Red Violet. HEX triplet: B4, 3B and A0. RGB value is (180,59,160). Sum of RGB (Red+Green+Blue) = 180+59+160=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B43BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43BA0 is #4BC45F. Grayscale: #6A6A6A. Windows color (decimal): -4965472 or 10501044. OLE color: 10501044.

HSL color Cylindrical-coordinate representation of color #B43BA0: hue angle of 309.92º 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 #B43BA0 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB18059160-
CMYK00.670.110.29
HSL309.92º50.63%46.86%-
HSV(B)309.92º67.22%70.59%-
XYZ26.7315.3734.82-
YUV106.69158.09180.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 59 (23.44% from 255) = 14.79%
BLUE value IS 160 (62.89% from 255) = 40.10%
R=45.11%
G=14.79%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805916000.670.110.29309.9250.6346.86
HexB43BA0043B1D136332f
Octal26473240010313354666357
Binary101101001110111010000001000011101111101100110110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43BA0; }

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

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

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

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

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

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

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

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