#B132A4

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

Shades of Medium Red Violet #B132A4

Tints of Medium Red Violet #B132A4

Color information

#B132A4 (or 0xB132A4) is unknown color: approx Medium Red Violet. HEX triplet: B1, 32 and A4. RGB value is (177,50,164). Sum of RGB (Red+Green+Blue) = 177+50+164=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B132A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B132A4 is #4ECD5B. Grayscale: #646464. Windows color (decimal): -5164380 or 10760881. OLE color: 10760881.

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

Color convert

RGB17750164-
CMYK00.720.070.31
HSL306.14º55.95%44.51%-
HSV(B)306.14º71.75%69.41%-
XYZ25.9714.3136.51-
YUV100.97163.58182.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 50 (19.92% from 255) = 12.79%
BLUE value IS 164 (64.45% from 255) = 41.94%
R=45.27%
G=12.79%
B=41.94%

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
Decimal1775016400.720.070.31306.1455.9544.51
HexB132A404871F132382d
Octal2616224401107374627055
Binary10110001110010101001000100100011111111100110010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B132A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B132A4; }

 p { color: rgb(177,50,164); }

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

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

 a { background-color: rgb(177,50,164); }

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

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

 span { border-color: rgb(177,50,164); }

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