#B26DFA

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

Shades of Medium Purple #B26DFA

Tints of Medium Purple #B26DFA

Color information

#B26DFA (or 0xB26DFA) is unknown color: approx Medium Purple. HEX triplet: B2, 6D and FA. RGB value is (178,109,250). Sum of RGB (Red+Green+Blue) = 178+109+250=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #B26DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26DFA is #4D9205. Grayscale: #919191. Windows color (decimal): -5083654 or 16412082. OLE color: 16412082.

HSL color Cylindrical-coordinate representation of color #B26DFA: hue angle of 269.36º 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 #B26DFA is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178109250-
CMYK0.290.5600.02
HSL269.36º93.38%70.39%-
HSV(B)269.36º56.4%98.04%-
XYZ41.0827.393.55-
YUV145.7186.86151.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.15%
GREEN value IS 109 (42.97% from 255) = 20.30%
BLUE value IS 250 (98.05% from 255) = 46.55%
R=33.15%
G=20.30%
B=46.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781092500.290.5600.02269.3693.3870.39
HexB26DFA1D380210d5d46
Octal262155372357002415135106
Binary101100101101101111110101110111100001010000110110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26DFA; }

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

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

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

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

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

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

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

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