#b278f7

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

Shades of Medium Purple #B278F7

Tints of Medium Purple #B278F7

Color information

#B278F7 (or 0xB278F7) is unknown color: approx Medium Purple. HEX triplet: B2, 78 and F7. RGB value is (178,120,247). Sum of RGB (Red+Green+Blue) = 178+120+247=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 247 (96.88% from 255 or 45.32% from 545); Max value from RGB is 247 - color contains mainly: blue. Hex color #B278F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B278F7 is #4D8708. Grayscale: #979797. Windows color (decimal): -5080841 or 16218290. OLE color: 16218290.

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

Color convert

RGB178120247-
CMYK0.280.5100.03
HSL267.4º88.81%71.96%-
HSV(B)267.4º51.42%96.86%-
XYZ41.8729.6191.51-
YUV151.82181.72146.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 120 (47.27% from 255) = 22.02%
BLUE value IS 247 (96.88% from 255) = 45.32%
R=32.66%
G=22.02%
B=45.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1781202470.280.5100.03267.488.8171.96
HexB278F71C330310b5948
Octal262170367346303413131110
Binary101100101111000111101111110011001101110000101110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b278f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b278f7; }

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

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

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

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

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

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

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

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