#B26BF3

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

Shades of Medium Purple #B26BF3

Tints of Medium Purple #B26BF3

Color information

#B26BF3 (or 0xB26BF3) is unknown color: approx Medium Purple. HEX triplet: B2, 6B and F3. RGB value is (178,107,243). Sum of RGB (Red+Green+Blue) = 178+107+243=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #B26BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26BF3 is #4D940C. Grayscale: #8F8F8F. Windows color (decimal): -5084173 or 15952818. OLE color: 15952818.

HSL color Cylindrical-coordinate representation of color #B26BF3: hue angle of 271.32º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B26BF3 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB178107243-
CMYK0.270.5600.05
HSL271.32º85%68.63%-
HSV(B)271.32º55.97%95.29%-
XYZ39.826.4587.8-
YUV143.73184.02152.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.71%
GREEN value IS 107 (42.19% from 255) = 20.27%
BLUE value IS 243 (95.31% from 255) = 46.02%
R=33.71%
G=20.27%
B=46.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781072430.270.5600.05271.328568.63
HexB26BF31B380510f5545
Octal262153363337005417125105
Binary1011001011010111111001111011111000010110000111110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26BF3; }

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

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

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

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

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

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

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

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