#B168FC

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

Shades of Medium Purple #B168FC

Tints of Medium Purple #B168FC

Color information

#B168FC (or 0xB168FC) is unknown color: approx Medium Purple. HEX triplet: B1, 68 and FC. RGB value is (177,104,252). Sum of RGB (Red+Green+Blue) = 177+104+252=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #B168FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B168FC is #4E9703. Grayscale: #8E8E8E. Windows color (decimal): -5150468 or 16541873. OLE color: 16541873.

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

Color convert

RGB177104252-
CMYK0.300.5900.01
HSL269.59º96.1%69.8%-
HSV(B)269.59º58.73%98.82%-
XYZ40.6526.2895.02-
YUV142.7189.68152.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.21%
GREEN value IS 104 (41.02% from 255) = 19.51%
BLUE value IS 252 (98.83% from 255) = 47.28%
R=33.21%
G=19.51%
B=47.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771042520.300.5900.01269.5996.169.8
HexB168FC1E3B0110e6046
Octal261150374367301416140106
Binary10110001110100011111100111101110110110000111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B168FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B168FC; }

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

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

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

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

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

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

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

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