#B403A3

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

Shades of Medium Violet Red #B403A3

Tints of Medium Violet Red #B403A3

Color information

#B403A3 (or 0xB403A3) is unknown color: approx Medium Violet Red. HEX triplet: B4, 03 and A3. RGB value is (180,3,163). Sum of RGB (Red+Green+Blue) = 180+3+163=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B403A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B403A3 is #4BFC5C. Grayscale: #494949. Windows color (decimal): -4979805 or 10683316. OLE color: 10683316.

HSL color Cylindrical-coordinate representation of color #B403A3: hue angle of 305.76º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B403A3 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB1803163-
CMYK00.980.090.29
HSL305.76º96.72%35.88%-
HSV(B)305.76º98.33%70.59%-
XYZ25.4712.4135.7-
YUV74.16178.14203.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.02%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 163 (64.06% from 255) = 47.11%
R=52.02%
G=0.87%
B=47.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180316300.980.090.29305.7696.7235.88
HexB43A306291D1326124
Octal26432430142113546214144
Binary101101001110100011011000101001111011001100101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B403A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B403A3; }

 p { color: rgb(180,3,163); }

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

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

 a { background-color: rgb(180,3,163); }

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

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

 span { border-color: rgb(180,3,163); }

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