#B26AEE

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

Shades of Medium Purple #B26AEE

Tints of Medium Purple #B26AEE

Color information

#B26AEE (or 0xB26AEE) is unknown color: approx Medium Purple. HEX triplet: B2, 6A and EE. RGB value is (178,106,238). Sum of RGB (Red+Green+Blue) = 178+106+238=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #B26AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26AEE is #4D9511. Grayscale: #8E8E8E. Windows color (decimal): -5084434 or 15624882. OLE color: 15624882.

HSL color Cylindrical-coordinate representation of color #B26AEE: hue angle of 272.73º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B26AEE is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178106238-
CMYK0.250.5500.07
HSL272.73º79.52%67.45%-
HSV(B)272.73º55.46%93.33%-
XYZ38.9525.9583.84-
YUV142.58181.85153.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 106 (41.80% from 255) = 20.31%
BLUE value IS 238 (93.36% from 255) = 45.59%
R=34.10%
G=20.31%
B=45.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781062380.250.5500.07272.7379.5267.45
HexB26AEE1937071115043
Octal262152356316707421120103
Binary1011001011010101110111011001110111011110001000110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26AEE; }

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

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

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

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

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

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

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

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