#B26AF6

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

Shades of Medium Purple #B26AF6

Tints of Medium Purple #B26AF6

Color information

#B26AF6 (or 0xB26AF6) is unknown color: approx Medium Purple. HEX triplet: B2, 6A and F6. RGB value is (178,106,246). Sum of RGB (Red+Green+Blue) = 178+106+246=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #B26AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26AF6 is #4D9509. Grayscale: #8F8F8F. Windows color (decimal): -5084426 or 16149170. OLE color: 16149170.

HSL color Cylindrical-coordinate representation of color #B26AF6: hue angle of 270.86º 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 #B26AF6 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB178106246-
CMYK0.280.5700.04
HSL270.86º88.61%69.02%-
HSV(B)270.86º56.91%96.47%-
XYZ40.1526.4390.17-
YUV143.49185.85152.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.58%
GREEN value IS 106 (41.80% from 255) = 20%
BLUE value IS 246 (96.48% from 255) = 46.42%
R=33.58%
G=20%
B=46.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1781062460.280.5700.04270.8688.6169.02
HexB26AF61C390410f5945
Octal262152366347104417131105
Binary1011001011010101111011011100111001010010000111110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26AF6; }

 p { color: rgb(178,106,246); }

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

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

 a { background-color: rgb(178,106,246); }

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

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

 span { border-color: rgb(178,106,246); }

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