#B46BF6

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

Shades of Medium Purple #B46BF6

Tints of Medium Purple #B46BF6

Color information

#B46BF6 (or 0xB46BF6) is unknown color: approx Medium Purple. HEX triplet: B4, 6B and F6. RGB value is (180,107,246). Sum of RGB (Red+Green+Blue) = 180+107+246=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #B46BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46BF6 is #4B9409. Grayscale: #909090. Windows color (decimal): -4953098 or 16149428. OLE color: 16149428.

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

Color convert

RGB180107246-
CMYK0.270.5700.04
HSL271.51º88.54%69.22%-
HSV(B)271.51º56.5%96.47%-
XYZ40.7126.8790.23-
YUV144.67185.18153.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 107 (42.19% from 255) = 20.08%
BLUE value IS 246 (96.48% from 255) = 46.15%
R=33.77%
G=20.08%
B=46.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1801072460.270.5700.04271.5188.5469.22
HexB46BF61B39041105945
Octal264153366337104420131105
Binary1011010011010111111011011011111001010010001000010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46BF6; }

 p { color: rgb(180,107,246); }

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

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

 a { background-color: rgb(180,107,246); }

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

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

 span { border-color: rgb(180,107,246); }

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