#B07FF8

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

Shades of Medium Purple #B07FF8

Tints of Medium Purple #B07FF8

Color information

#B07FF8 (or 0xB07FF8) is unknown color: approx Medium Purple. HEX triplet: B0, 7F and F8. RGB value is (176,127,248). Sum of RGB (Red+Green+Blue) = 176+127+248=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 248 (97.27% from 255 or 45.01% from 551); Max value from RGB is 248 - color contains mainly: blue. Hex color #B07FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07FF8 is #4F8007. Grayscale: #9B9B9B. Windows color (decimal): -5210120 or 16285616. OLE color: 16285616.

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

Color convert

RGB176127248-
CMYK0.290.4900.03
HSL264.3º89.63%73.53%-
HSV(B)264.3º48.79%97.25%-
XYZ42.4431.1992.59-
YUV155.44180.23142.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 127 (50% from 255) = 23.05%
BLUE value IS 248 (97.27% from 255) = 45.01%
R=31.94%
G=23.05%
B=45.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1761272480.290.4900.03264.389.6373.53
HexB07FF81D31031085a4a
Octal260177370356103410132112
Binary101100001111111111110001110111000101110000100010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FF8; }

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

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

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

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

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

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

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

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