#B46AF7

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

Shades of Medium Purple #B46AF7

Tints of Medium Purple #B46AF7

Color information

#B46AF7 (or 0xB46AF7) is unknown color: approx Medium Purple. HEX triplet: B4, 6A and F7. RGB value is (180,106,247). Sum of RGB (Red+Green+Blue) = 180+106+247=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #B46AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46AF7 is #4B9508. Grayscale: #8F8F8F. Windows color (decimal): -4953353 or 16214708. OLE color: 16214708.

HSL color Cylindrical-coordinate representation of color #B46AF7: hue angle of 271.49º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B46AF7 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB180106247-
CMYK0.270.5700.03
HSL271.49º89.81%69.22%-
HSV(B)271.49º57.09%96.86%-
XYZ40.7626.7391.01-
YUV144.2186.02153.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 106 (41.80% from 255) = 19.89%
BLUE value IS 247 (96.88% from 255) = 46.34%
R=33.77%
G=19.89%
B=46.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1801062470.270.5700.03271.4989.8169.22
HexB46AF71B390310f5a45
Octal264152367337103417132105
Binary101101001101010111101111101111100101110000111110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46AF7; }

 p { color: rgb(180,106,247); }

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

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

 a { background-color: rgb(180,106,247); }

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

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

 span { border-color: rgb(180,106,247); }

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