#B46DFA

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

Shades of Medium Purple #B46DFA

Tints of Medium Purple #B46DFA

Color information

#B46DFA (or 0xB46DFA) is unknown color: approx Medium Purple. HEX triplet: B4, 6D and FA. RGB value is (180,109,250). Sum of RGB (Red+Green+Blue) = 180+109+250=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #B46DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46DFA is #4B9205. Grayscale: #919191. Windows color (decimal): -4952582 or 16412084. OLE color: 16412084.

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

Color convert

RGB180109250-
CMYK0.280.5600.02
HSL270.21º93.38%70.39%-
HSV(B)270.21º56.4%98.04%-
XYZ41.5527.5493.57-
YUV146.3186.52152.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.40%
GREEN value IS 109 (42.97% from 255) = 20.22%
BLUE value IS 250 (98.05% from 255) = 46.38%
R=33.40%
G=20.22%
B=46.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801092500.280.5600.02270.2193.3870.39
HexB46DFA1C380210e5d46
Octal264155372347002416135106
Binary101101001101101111110101110011100001010000111010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46DFA; }

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

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

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

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

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

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

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

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