#B07FFD

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

Shades of Medium Purple #B07FFD

Tints of Medium Purple #B07FFD

Color information

#B07FFD (or 0xB07FFD) is unknown color: approx Medium Purple. HEX triplet: B0, 7F and FD. RGB value is (176,127,253). Sum of RGB (Red+Green+Blue) = 176+127+253=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #B07FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07FFD is #4F8002. Grayscale: #9B9B9B. Windows color (decimal): -5210115 or 16613296. OLE color: 16613296.

HSL color Cylindrical-coordinate representation of color #B07FFD: hue angle of 263.33º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B07FFD is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176127253-
CMYK0.300.5000.01
HSL263.33º96.92%74.51%-
HSV(B)263.33º49.8%99.22%-
XYZ43.2231.596.73-
YUV156.01182.73142.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.65%
GREEN value IS 127 (50% from 255) = 22.84%
BLUE value IS 253 (99.22% from 255) = 45.50%
R=31.65%
G=22.84%
B=45.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761272530.300.5000.01263.3396.9274.51
HexB07FFD1E3201107614b
Octal260177375366201407141113
Binary10110000111111111111101111101100100110000011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FFD; }

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

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

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

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

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

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

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

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