#B43A85

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

Shades of Medium Red Violet #B43A85

Tints of Medium Red Violet #B43A85

Color information

#B43A85 (or 0xB43A85) is unknown color: approx Medium Red Violet. HEX triplet: B4, 3A and 85. RGB value is (180,58,133). Sum of RGB (Red+Green+Blue) = 180+58+133=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43A85 is #4BC57A. Grayscale: #666666. Windows color (decimal): -4965755 or 8731316. OLE color: 8731316.

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

Color convert

RGB18058133-
CMYK00.680.260.29
HSL323.11º51.26%46.67%-
HSV(B)323.11º67.78%70.59%-
XYZ24.5714.4223.68-
YUV103.03144.92182.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 58 (23.05% from 255) = 15.63%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=48.52%
G=15.63%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805813300.680.260.29323.1151.2646.67
HexB43A850441A1D143332f
Octal26472205010432355036357
Binary1011010011101010000101010001001101011101101000011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A85; }

 p { color: rgb(180,58,133); }

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

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

 a { background-color: rgb(180,58,133); }

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

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

 span { border-color: rgb(180,58,133); }

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