#B07FF5

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

Shades of Medium Purple #B07FF5

Tints of Medium Purple #B07FF5

Color information

#B07FF5 (or 0xB07FF5) is unknown color: approx Medium Purple. HEX triplet: B0, 7F and F5. RGB value is (176,127,245). Sum of RGB (Red+Green+Blue) = 176+127+245=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 245 - color contains mainly: blue. Hex color #B07FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07FF5 is #4F800A. Grayscale: #9A9A9A. Windows color (decimal): -5210123 or 16089008. OLE color: 16089008.

HSL color Cylindrical-coordinate representation of color #B07FF5: hue angle of 264.92º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B07FF5 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB176127245-
CMYK0.280.4800.04
HSL264.92º85.51%72.94%-
HSV(B)264.92º48.16%96.08%-
XYZ41.983190.16-
YUV155.1178.73142.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.12%
GREEN value IS 127 (50% from 255) = 23.18%
BLUE value IS 245 (96.09% from 255) = 44.71%
R=32.12%
G=23.18%
B=44.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1761272450.280.4800.04264.9285.5172.94
HexB07FF51C30041095649
Octal260177365346004411126111
Binary1011000011111111111010111100110000010010000100110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FF5; }

 p { color: rgb(176,127,245); }

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

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

 a { background-color: rgb(176,127,245); }

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

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

 span { border-color: rgb(176,127,245); }

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