#B032A3

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

Shades of Medium Red Violet #B032A3

Tints of Medium Red Violet #B032A3

Color information

#B032A3 (or 0xB032A3) is unknown color: approx Medium Red Violet. HEX triplet: B0, 32 and A3. RGB value is (176,50,163). Sum of RGB (Red+Green+Blue) = 176+50+163=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B032A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B032A3 is #4FCD5C. Grayscale: #646464. Windows color (decimal): -5229917 or 10695344. OLE color: 10695344.

HSL color Cylindrical-coordinate representation of color #B032A3: hue angle of 306.19º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B032A3 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB17650163-
CMYK00.720.070.31
HSL306.19º55.75%44.31%-
HSV(B)306.19º71.59%69.02%-
XYZ25.6614.1636.03-
YUV100.56163.24181.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 50 (19.92% from 255) = 12.85%
BLUE value IS 163 (64.06% from 255) = 41.90%
R=45.24%
G=12.85%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765016300.720.070.31306.1955.7544.31
HexB032A304871F132382c
Octal2606224301107374627054
Binary10110000110010101000110100100011111111100110010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B032A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B032A3; }

 p { color: rgb(176,50,163); }

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

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

 a { background-color: rgb(176,50,163); }

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

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

 span { border-color: rgb(176,50,163); }

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