#B635A2

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

Shades of Medium Red Violet #B635A2

Tints of Medium Red Violet #B635A2

Color information

#B635A2 (or 0xB635A2) is unknown color: approx Medium Red Violet. HEX triplet: B6, 35 and A2. RGB value is (182,53,162). Sum of RGB (Red+Green+Blue) = 182+53+162=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B635A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B635A2 is #49CA5D. Grayscale: #676767. Windows color (decimal): -4835934 or 10630582. OLE color: 10630582.

HSL color Cylindrical-coordinate representation of color #B635A2: hue angle of 309.3º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B635A2 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB18253162-
CMYK00.710.110.29
HSL309.3º54.89%46.08%-
HSV(B)309.3º70.88%71.37%-
XYZ27.0915.135.67-
YUV104160.74183.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 53 (21.09% from 255) = 13.35%
BLUE value IS 162 (63.67% from 255) = 40.81%
R=45.84%
G=13.35%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825316200.710.110.29309.354.8946.08
HexB635A2047B1D135372e
Octal26665242010713354656756
Binary101101101101011010001001000111101111101100110101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B635A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B635A2; }

 p { color: rgb(182,53,162); }

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

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

 a { background-color: rgb(182,53,162); }

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

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

 span { border-color: rgb(182,53,162); }

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