#B27AF6

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

Shades of Medium Purple #B27AF6

Tints of Medium Purple #B27AF6

Color information

#B27AF6 (or 0xB27AF6) is unknown color: approx Medium Purple. HEX triplet: B2, 7A and F6. RGB value is (178,122,246). Sum of RGB (Red+Green+Blue) = 178+122+246=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 246 (96.48% from 255 or 45.05% from 546); Max value from RGB is 246 - color contains mainly: blue. Hex color #B27AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27AF6 is #4D8509. Grayscale: #989898. Windows color (decimal): -5080330 or 16153266. OLE color: 16153266.

HSL color Cylindrical-coordinate representation of color #B27AF6: hue angle of 267.1º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B27AF6 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB178122246-
CMYK0.280.5000.04
HSL267.1º87.32%72.16%-
HSV(B)267.1º50.41%96.47%-
XYZ41.9530.0490.78-
YUV152.88180.55145.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.60%
GREEN value IS 122 (48.05% from 255) = 22.34%
BLUE value IS 246 (96.48% from 255) = 45.05%
R=32.60%
G=22.34%
B=45.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1781222460.280.5000.04267.187.3272.16
HexB27AF61C320410b5748
Octal262172366346204413127110
Binary1011001011110101111011011100110010010010000101110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27AF6; }

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

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

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

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

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

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

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

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