#B632A3

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

Shades of Medium Red Violet #B632A3

Tints of Medium Red Violet #B632A3

Color information

#B632A3 (or 0xB632A3) is unknown color: approx Medium Red Violet. HEX triplet: B6, 32 and A3. RGB value is (182,50,163). Sum of RGB (Red+Green+Blue) = 182+50+163=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B632A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B632A3 is #49CD5C. Grayscale: #666666. Windows color (decimal): -4836701 or 10695350. OLE color: 10695350.

HSL color Cylindrical-coordinate representation of color #B632A3: hue angle of 308.64º 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 #B632A3 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB18250163-
CMYK00.730.100.29
HSL308.64º56.9%45.49%-
HSV(B)308.64º72.53%71.37%-
XYZ27.0414.8736.1-
YUV102.35162.23184.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 50 (19.92% from 255) = 12.66%
BLUE value IS 163 (64.06% from 255) = 41.27%
R=46.08%
G=12.66%
B=41.27%

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
Decimal1825016300.730.100.29308.6456.945.49
HexB632A3049A1D135392d
Octal26662243011112354657155
Binary101101101100101010001101001001101011101100110101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B632A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B632A3; }

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

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

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

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

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

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

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

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