#B638A4

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

Shades of Medium Red Violet #B638A4

Tints of Medium Red Violet #B638A4

Color information

#B638A4 (or 0xB638A4) is unknown color: approx Medium Red Violet. HEX triplet: B6, 38 and A4. RGB value is (182,56,164). Sum of RGB (Red+Green+Blue) = 182+56+164=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B638A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B638A4 is #49C75B. Grayscale: #696969. Windows color (decimal): -4835164 or 10762422. OLE color: 10762422.

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

Color convert

RGB18256164-
CMYK00.690.100.29
HSL308.57º52.94%46.67%-
HSV(B)308.57º69.23%71.37%-
XYZ27.4115.4536.66-
YUV105.99160.74182.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.27%
GREEN value IS 56 (22.27% from 255) = 13.93%
BLUE value IS 164 (64.45% from 255) = 40.80%
R=45.27%
G=13.93%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825616400.690.100.29308.5752.9446.67
HexB638A4045A1D135352f
Octal26670244010512354656557
Binary101101101110001010010001000101101011101100110101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B638A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B638A4; }

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

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

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

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

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

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

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

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