#B27FF7

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

Shades of Medium Purple #B27FF7

Tints of Medium Purple #B27FF7

Color information

#B27FF7 (or 0xB27FF7) is unknown color: approx Medium Purple. HEX triplet: B2, 7F and F7. RGB value is (178,127,247). Sum of RGB (Red+Green+Blue) = 178+127+247=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #B27FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27FF7 is #4D8008. Grayscale: #9B9B9B. Windows color (decimal): -5079049 or 16220082. OLE color: 16220082.

HSL color Cylindrical-coordinate representation of color #B27FF7: hue angle of 265.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B27FF7 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB178127247-
CMYK0.280.4900.03
HSL265.5º88.24%73.33%-
HSV(B)265.5º48.58%96.86%-
XYZ42.7431.3691.8-
YUV155.93179.4143.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.25%
GREEN value IS 127 (50% from 255) = 23.01%
BLUE value IS 247 (96.88% from 255) = 44.75%
R=32.25%
G=23.01%
B=44.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1781272470.280.4900.03265.588.2473.33
HexB27FF71C310310a5849
Octal262177367346103412130111
Binary101100101111111111101111110011000101110000101010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27FF7; }

 p { color: rgb(178,127,247); }

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

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

 a { background-color: rgb(178,127,247); }

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

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

 span { border-color: rgb(178,127,247); }

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