#B46AFA

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

Shades of Medium Purple #B46AFA

Tints of Medium Purple #B46AFA

Color information

#B46AFA (or 0xB46AFA) is unknown color: approx Medium Purple. HEX triplet: B4, 6A and FA. RGB value is (180,106,250). Sum of RGB (Red+Green+Blue) = 180+106+250=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #B46AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46AFA is #4B9505. Grayscale: #909090. Windows color (decimal): -4953350 or 16411316. OLE color: 16411316.

HSL color Cylindrical-coordinate representation of color #B46AFA: hue angle of 270.83º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B46AFA is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180106250-
CMYK0.280.5800.02
HSL270.83º93.51%69.8%-
HSV(B)270.83º57.6%98.04%-
XYZ41.2326.9193.46-
YUV144.54187.52153.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.58%
GREEN value IS 106 (41.80% from 255) = 19.78%
BLUE value IS 250 (98.05% from 255) = 46.64%
R=33.58%
G=19.78%
B=46.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801062500.280.5800.02270.8393.5169.8
HexB46AFA1C3A0210f5e46
Octal264152372347202417136106
Binary101101001101010111110101110011101001010000111110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46AFA; }

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

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

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

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

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

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

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

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