#B167FF

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

Shades of Medium Purple #B167FF

Tints of Medium Purple #B167FF

Color information

#B167FF (or 0xB167FF) is unknown color: approx Medium Purple. HEX triplet: B1, 67 and FF. RGB value is (177,103,255). Sum of RGB (Red+Green+Blue) = 177+103+255=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #B167FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B167FF is #4E9800. Grayscale: #8D8D8D. Windows color (decimal): -5150721 or 16738225. OLE color: 16738225.

HSL color Cylindrical-coordinate representation of color #B167FF: hue angle of 269.21º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B167FF is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB177103255-
CMYK0.310.6000
HSL269.21º100%70.2%-
HSV(B)269.21º59.61%100%-
XYZ41.0326.2797.52-
YUV142.45191.52152.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.08%
GREEN value IS 103 (40.62% from 255) = 19.25%
BLUE value IS 255 (100% from 255) = 47.66%
R=33.08%
G=19.25%
B=47.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771032550.310.6000269.2110070.2
HexB167FF1F3C0010d6446
Octal261147377377400415144106
Binary10110001110011111111111111111111000010000110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B167FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B167FF; }

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

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

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

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

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

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

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

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