#B176FC

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

Shades of Medium Purple #B176FC

Tints of Medium Purple #B176FC

Color information

#B176FC (or 0xB176FC) is unknown color: approx Medium Purple. HEX triplet: B1, 76 and FC. RGB value is (177,118,252). Sum of RGB (Red+Green+Blue) = 177+118+252=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #B176FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B176FC is #4E8903. Grayscale: #969696. Windows color (decimal): -5146884 or 16545457. OLE color: 16545457.

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

Color convert

RGB177118252-
CMYK0.300.5300.01
HSL266.42º95.71%72.55%-
HSV(B)266.42º53.17%98.82%-
XYZ42.1829.3395.53-
YUV150.92185.05146.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.36%
GREEN value IS 118 (46.48% from 255) = 21.57%
BLUE value IS 252 (98.83% from 255) = 46.07%
R=32.36%
G=21.57%
B=46.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771182520.300.5300.01266.4295.7172.55
HexB176FC1E350110a6049
Octal261166374366501412140111
Binary10110001111011011111100111101101010110000101011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B176FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B176FC; }

 p { color: rgb(177,118,252); }

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

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

 a { background-color: rgb(177,118,252); }

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

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

 span { border-color: rgb(177,118,252); }

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