#B27AF4

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

Shades of Medium Purple #B27AF4

Tints of Medium Purple #B27AF4

Color information

#B27AF4 (or 0xB27AF4) is unknown color: approx Medium Purple. HEX triplet: B2, 7A and F4. RGB value is (178,122,244). Sum of RGB (Red+Green+Blue) = 178+122+244=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 244 (95.70% from 255 or 44.85% from 544); Max value from RGB is 244 - color contains mainly: blue. Hex color #B27AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27AF4 is #4D850B. Grayscale: #989898. Windows color (decimal): -5080332 or 16022194. OLE color: 16022194.

HSL color Cylindrical-coordinate representation of color #B27AF4: hue angle of 267.54º degrees, saturation: 0.85, 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 #B27AF4 is Cyan = 0.27, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB178122244-
CMYK0.270.500.04
HSL267.54º84.72%71.76%-
HSV(B)267.54º50%95.69%-
XYZ41.6529.9289.17-
YUV152.65179.55146.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.72%
GREEN value IS 122 (48.05% from 255) = 22.43%
BLUE value IS 244 (95.70% from 255) = 44.85%
R=32.72%
G=22.43%
B=44.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1781222440.270.500.04267.5484.7271.76
HexB27AF41B320410c5548
Octal262172364336204414125110
Binary1011001011110101111010011011110010010010000110010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27AF4; }

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

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

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

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

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

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

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

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