#B077FE

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

Shades of Medium Purple #B077FE

Tints of Medium Purple #B077FE

Color information

#B077FE (or 0xB077FE) is unknown color: approx Medium Purple. HEX triplet: B0, 77 and FE. RGB value is (176,119,254). Sum of RGB (Red+Green+Blue) = 176+119+254=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #B077FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B077FE is #4F8801. Grayscale: #969696. Windows color (decimal): -5212162 or 16676784. OLE color: 16676784.

HSL color Cylindrical-coordinate representation of color #B077FE: hue angle of 265.33º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B077FE is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB176119254-
CMYK0.310.5300.00
HSL265.33º98.54%73.14%-
HSV(B)265.33º53.15%99.61%-
XYZ42.3929.5897.24-
YUV151.43185.88145.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.06%
GREEN value IS 119 (46.88% from 255) = 21.68%
BLUE value IS 254 (99.61% from 255) = 46.27%
R=32.06%
G=21.68%
B=46.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761192540.310.5300.00265.3398.5473.14
HexB077FE1F35001096349
Octal260167376376500411143111
Binary10110000111011111111110111111101010010000100111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B077FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B077FE; }

 p { color: rgb(176,119,254); }

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

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

 a { background-color: rgb(176,119,254); }

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

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

 span { border-color: rgb(176,119,254); }

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