#B43DA0

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

Shades of Medium Red Violet #B43DA0

Tints of Medium Red Violet #B43DA0

Color information

#B43DA0 (or 0xB43DA0) is unknown color: approx Medium Red Violet. HEX triplet: B4, 3D and A0. RGB value is (180,61,160). Sum of RGB (Red+Green+Blue) = 180+61+160=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B43DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43DA0 is #4BC25F. Grayscale: #6B6B6B. Windows color (decimal): -4964960 or 10501556. OLE color: 10501556.

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

Color convert

RGB18061160-
CMYK00.660.110.29
HSL310.08º49.38%47.25%-
HSV(B)310.08º66.11%70.59%-
XYZ26.8415.5834.85-
YUV107.87157.42179.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 61 (24.22% from 255) = 15.21%
BLUE value IS 160 (62.89% from 255) = 39.90%
R=44.89%
G=15.21%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806116000.660.110.29310.0849.3847.25
HexB43DA0042B1D136312f
Octal26475240010213354666157
Binary101101001111011010000001000010101111101100110110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43DA0; }

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

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

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

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

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

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

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

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