#B278E5

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

Shades of Medium Purple #B278E5

Tints of Medium Purple #B278E5

Color information

#B278E5 (or 0xB278E5) is unknown color: approx Medium Purple. HEX triplet: B2, 78 and E5. RGB value is (178,120,229). Sum of RGB (Red+Green+Blue) = 178+120+229=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 229 - color contains mainly: blue. Hex color #B278E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B278E5 is #4D871A. Grayscale: #959595. Windows color (decimal): -5080859 or 15038642. OLE color: 15038642.

HSL color Cylindrical-coordinate representation of color #B278E5: hue angle of 271.93º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B278E5 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB178120229-
CMYK0.220.4800.10
HSL271.93º67.7%68.43%-
HSV(B)271.93º47.6%89.8%-
XYZ39.2228.5677.57-
YUV149.77172.72148.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.78%
GREEN value IS 120 (47.27% from 255) = 22.77%
BLUE value IS 229 (89.84% from 255) = 43.45%
R=33.78%
G=22.77%
B=43.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1781202290.220.4800.10271.9367.768.43
HexB278E516300A1104444
Octal2621703452660012420104104
Binary10110010111100011100101101101100000101010001000010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B278E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B278E5; }

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

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

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

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

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

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

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

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