#B26BFA

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

Shades of Medium Purple #B26BFA

Tints of Medium Purple #B26BFA

Color information

#B26BFA (or 0xB26BFA) is unknown color: approx Medium Purple. HEX triplet: B2, 6B and FA. RGB value is (178,107,250). Sum of RGB (Red+Green+Blue) = 178+107+250=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #B26BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26BFA is #4D9405. Grayscale: #909090. Windows color (decimal): -5084166 or 16411570. OLE color: 16411570.

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

Color convert

RGB178107250-
CMYK0.290.5700.02
HSL269.79º93.46%70%-
HSV(B)269.79º57.2%98.04%-
XYZ40.8726.8893.48-
YUV144.53187.52151.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 107 (42.19% from 255) = 20%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=33.27%
G=20%
B=46.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781072500.290.5700.02269.7993.4670
HexB26BFA1D390210e5d46
Octal262153372357102416135106
Binary101100101101011111110101110111100101010000111010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26BFA; }

 p { color: rgb(178,107,250); }

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

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

 a { background-color: rgb(178,107,250); }

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

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

 span { border-color: rgb(178,107,250); }

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