#B166FB

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

Shades of Medium Purple #B166FB

Tints of Medium Purple #B166FB

Color information

#B166FB (or 0xB166FB) is unknown color: approx Medium Purple. HEX triplet: B1, 66 and FB. RGB value is (177,102,251). Sum of RGB (Red+Green+Blue) = 177+102+251=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #B166FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B166FB is #4E9904. Grayscale: #8C8C8C. Windows color (decimal): -5150981 or 16475825. OLE color: 16475825.

HSL color Cylindrical-coordinate representation of color #B166FB: hue angle of 270.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B166FB is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177102251-
CMYK0.290.5900.02
HSL270.2º94.9%69.22%-
HSV(B)270.2º59.36%98.43%-
XYZ40.325.8194.13-
YUV141.41189.85153.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.40%
GREEN value IS 102 (40.23% from 255) = 19.25%
BLUE value IS 251 (98.44% from 255) = 47.36%
R=33.40%
G=19.25%
B=47.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771022510.290.5900.02270.294.969.22
HexB166FB1D3B0210e5f45
Octal261146373357302416137105
Binary101100011100110111110111110111101101010000111010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B166FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B166FB; }

 p { color: rgb(177,102,251); }

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

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

 a { background-color: rgb(177,102,251); }

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

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

 span { border-color: rgb(177,102,251); }

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