#B27AEF

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

Shades of Medium Purple #B27AEF

Tints of Medium Purple #B27AEF

Color information

#B27AEF (or 0xB27AEF) is unknown color: approx Medium Purple. HEX triplet: B2, 7A and EF. RGB value is (178,122,239). Sum of RGB (Red+Green+Blue) = 178+122+239=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #B27AEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27AEF is #4D8510. Grayscale: #979797. Windows color (decimal): -5080337 or 15694514. OLE color: 15694514.

HSL color Cylindrical-coordinate representation of color #B27AEF: hue angle of 268.72º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B27AEF is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB178122239-
CMYK0.260.4900.06
HSL268.72º78.52%70.78%-
HSV(B)268.72º48.95%93.73%-
XYZ40.929.6285.22-
YUV152.08177.05146.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.02%
GREEN value IS 122 (48.05% from 255) = 22.63%
BLUE value IS 239 (93.75% from 255) = 44.34%
R=33.02%
G=22.63%
B=44.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1781222390.260.4900.06268.7278.5270.78
HexB27AEF1A310610d4f47
Octal262172357326106415117107
Binary1011001011110101110111111010110001011010000110110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27AEF; }

 p { color: rgb(178,122,239); }

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

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

 a { background-color: rgb(178,122,239); }

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

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

 span { border-color: rgb(178,122,239); }

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