#B638A5

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

Shades of Medium Red Violet #B638A5

Tints of Medium Red Violet #B638A5

Color information

#B638A5 (or 0xB638A5) is unknown color: approx Medium Red Violet. HEX triplet: B6, 38 and A5. RGB value is (182,56,165). Sum of RGB (Red+Green+Blue) = 182+56+165=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B638A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B638A5 is #49C75A. Grayscale: #696969. Windows color (decimal): -4835163 or 10827958. OLE color: 10827958.

HSL color Cylindrical-coordinate representation of color #B638A5: hue angle of 308.1º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B638A5 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18256165-
CMYK00.690.090.29
HSL308.1º52.94%46.67%-
HSV(B)308.1º69.23%71.37%-
XYZ27.515.4937.14-
YUV106.1161.24182.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 56 (22.27% from 255) = 13.90%
BLUE value IS 165 (64.84% from 255) = 40.94%
R=45.16%
G=13.90%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825616500.690.090.29308.152.9446.67
HexB638A504591D134352f
Octal26670245010511354646557
Binary101101101110001010010101000101100111101100110100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B638A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B638A5; }

 p { color: rgb(182,56,165); }

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

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

 a { background-color: rgb(182,56,165); }

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

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

 span { border-color: rgb(182,56,165); }

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