#B16BFC

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

Shades of Medium Purple #B16BFC

Tints of Medium Purple #B16BFC

Color information

#B16BFC (or 0xB16BFC) is unknown color: approx Medium Purple. HEX triplet: B1, 6B and FC. RGB value is (177,107,252). Sum of RGB (Red+Green+Blue) = 177+107+252=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #B16BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16BFC is #4E9403. Grayscale: #8F8F8F. Windows color (decimal): -5149700 or 16542641. OLE color: 16542641.

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

Color convert

RGB177107252-
CMYK0.300.5800.01
HSL268.97º96.03%70.39%-
HSV(B)268.97º57.54%98.82%-
XYZ40.9626.8995.13-
YUV144.46188.69151.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.02%
GREEN value IS 107 (42.19% from 255) = 19.96%
BLUE value IS 252 (98.83% from 255) = 47.01%
R=33.02%
G=19.96%
B=47.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771072520.300.5800.01268.9796.0370.39
HexB16BFC1E3A0110d6046
Octal261153374367201415140106
Binary10110001110101111111100111101110100110000110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16BFC; }

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

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

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

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

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

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

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

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