#B32CA6

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

Shades of Medium Red Violet #B32CA6

Tints of Medium Red Violet #B32CA6

Color information

#B32CA6 (or 0xB32CA6) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2C and A6. RGB value is (179,44,166). Sum of RGB (Red+Green+Blue) = 179+44+166=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B32CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32CA6 is #4CD359. Grayscale: #616161. Windows color (decimal): -5034842 or 10890419. OLE color: 10890419.

HSL color Cylindrical-coordinate representation of color #B32CA6: hue angle of 305.78º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32CA6 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB17944166-
CMYK00.750.070.30
HSL305.78º60.54%43.73%-
HSV(B)305.78º75.42%70.2%-
XYZ26.3714.1437.42-
YUV98.27166.23185.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.02%
GREEN value IS 44 (17.58% from 255) = 11.31%
BLUE value IS 166 (65.23% from 255) = 42.67%
R=46.02%
G=11.31%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794416600.750.070.30305.7860.5443.73
HexB32CA604B71E1323d2c
Octal2635424601137364627554
Binary10110011101100101001100100101111111110100110010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32CA6; }

 p { color: rgb(179,44,166); }

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

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

 a { background-color: rgb(179,44,166); }

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

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

 span { border-color: rgb(179,44,166); }

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