#B26CEC

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

Shades of Medium Purple #B26CEC

Tints of Medium Purple #B26CEC

Color information

#B26CEC (or 0xB26CEC) is unknown color: approx Medium Purple. HEX triplet: B2, 6C and EC. RGB value is (178,108,236). Sum of RGB (Red+Green+Blue) = 178+108+236=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #B26CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26CEC is #4D9313. Grayscale: #8F8F8F. Windows color (decimal): -5083924 or 15494322. OLE color: 15494322.

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

Color convert

RGB178108236-
CMYK0.250.5400.07
HSL272.81º77.11%67.45%-
HSV(B)272.81º54.24%92.55%-
XYZ38.8626.2582.37-
YUV143.52180.19152.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 108 (42.58% from 255) = 20.69%
BLUE value IS 236 (92.58% from 255) = 45.21%
R=34.10%
G=20.69%
B=45.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781082360.250.5400.07272.8177.1167.45
HexB26CEC1936071114d43
Octal262154354316607421115103
Binary1011001011011001110110011001110110011110001000110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26CEC; }

 p { color: rgb(178,108,236); }

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

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

 a { background-color: rgb(178,108,236); }

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

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

 span { border-color: rgb(178,108,236); }

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