#b167f1

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

Shades of Medium Purple #B167F1

Tints of Medium Purple #B167F1

Color information

#B167F1 (or 0xB167F1) is unknown color: approx Medium Purple. HEX triplet: B1, 67 and F1. RGB value is (177,103,241). Sum of RGB (Red+Green+Blue) = 177+103+241=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #B167F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B167F1 is #4E980E. Grayscale: #8C8C8C. Windows color (decimal): -5150735 or 15820721. OLE color: 15820721.

HSL color Cylindrical-coordinate representation of color #B167F1: hue angle of 272.17º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B167F1 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177103241-
CMYK0.270.5700.05
HSL272.17º83.13%67.45%-
HSV(B)272.17º57.26%94.51%-
XYZ38.8625.486.07-
YUV140.86184.52153.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.97%
GREEN value IS 103 (40.62% from 255) = 19.77%
BLUE value IS 241 (94.53% from 255) = 46.26%
R=33.97%
G=19.77%
B=46.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771032410.270.5700.05272.1783.1367.45
HexB167F11B39051105343
Octal261147361337105420123103
Binary1011000111001111111000111011111001010110001000010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b167f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b167f1; }

 p { color: rgb(177,103,241); }

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

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

 a { background-color: rgb(177,103,241); }

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

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

 span { border-color: rgb(177,103,241); }

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