#B26FF2

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

Shades of Medium Purple #B26FF2

Tints of Medium Purple #B26FF2

Color information

#B26FF2 (or 0xB26FF2) is unknown color: approx Medium Purple. HEX triplet: B2, 6F and F2. RGB value is (178,111,242). Sum of RGB (Red+Green+Blue) = 178+111+242=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #B26FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26FF2 is #4D900D. Grayscale: #919191. Windows color (decimal): -5083150 or 15888306. OLE color: 15888306.

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

Color convert

RGB178111242-
CMYK0.260.5400.05
HSL270.69º83.44%69.22%-
HSV(B)270.69º54.13%94.9%-
XYZ40.0727.2487.15-
YUV145.97182.2150.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.52%
GREEN value IS 111 (43.75% from 255) = 20.90%
BLUE value IS 242 (94.92% from 255) = 45.57%
R=33.52%
G=20.90%
B=45.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781112420.260.5400.05270.6983.4469.22
HexB26FF21A360510f5345
Octal262157362326605417123105
Binary1011001011011111111001011010110110010110000111110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26FF2; }

 p { color: rgb(178,111,242); }

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

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

 a { background-color: rgb(178,111,242); }

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

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

 span { border-color: rgb(178,111,242); }

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