#B632A4

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

Shades of Medium Red Violet #B632A4

Tints of Medium Red Violet #B632A4

Color information

#B632A4 (or 0xB632A4) is unknown color: approx Medium Red Violet. HEX triplet: B6, 32 and A4. RGB value is (182,50,164). Sum of RGB (Red+Green+Blue) = 182+50+164=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B632A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B632A4 is #49CD5B. Grayscale: #666666. Windows color (decimal): -4836700 or 10760886. OLE color: 10760886.

HSL color Cylindrical-coordinate representation of color #B632A4: hue angle of 308.18º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B632A4 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB18250164-
CMYK00.730.100.29
HSL308.18º56.9%45.49%-
HSV(B)308.18º72.53%71.37%-
XYZ27.1314.9136.57-
YUV102.46162.73184.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 50 (19.92% from 255) = 12.63%
BLUE value IS 164 (64.45% from 255) = 41.41%
R=45.96%
G=12.63%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825016400.730.100.29308.1856.945.49
HexB632A4049A1D134392d
Octal26662244011112354647155
Binary101101101100101010010001001001101011101100110100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B632A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B632A4; }

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

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

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

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

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

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

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

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