#B43A9E

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

Shades of Medium Red Violet #B43A9E

Tints of Medium Red Violet #B43A9E

Color information

#B43A9E (or 0xB43A9E) is unknown color: approx Medium Red Violet. HEX triplet: B4, 3A and 9E. RGB value is (180,58,158). Sum of RGB (Red+Green+Blue) = 180+58+158=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43A9E is #4BC561. Grayscale: #696969. Windows color (decimal): -4965730 or 10369716. OLE color: 10369716.

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

Color convert

RGB18058158-
CMYK00.680.120.29
HSL310.82º51.26%46.67%-
HSV(B)310.82º67.78%70.59%-
XYZ26.5115.233.88-
YUV105.88157.42180.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.45%
GREEN value IS 58 (23.05% from 255) = 14.65%
BLUE value IS 158 (62.11% from 255) = 39.90%
R=45.45%
G=14.65%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805815800.680.120.29310.8251.2646.67
HexB43A9E044C1D137332f
Octal26472236010414354676357
Binary101101001110101001111001000100110011101100110111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A9E; }

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

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

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

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

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

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

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

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