#B163FF

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

Shades of Medium Purple #B163FF

Tints of Medium Purple #B163FF

Color information

#B163FF (or 0xB163FF) is unknown color: approx Medium Purple. HEX triplet: B1, 63 and FF. RGB value is (177,99,255). Sum of RGB (Red+Green+Blue) = 177+99+255=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #B163FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B163FF is #4E9C00. Grayscale: #8B8B8B. Windows color (decimal): -5151745 or 16737201. OLE color: 16737201.

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

Color convert

RGB17799255-
CMYK0.310.6100
HSL270º100%69.41%-
HSV(B)270º61.18%100%-
XYZ40.6425.4997.39-
YUV140.11192.84154.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.33%
GREEN value IS 99 (39.06% from 255) = 18.64%
BLUE value IS 255 (100% from 255) = 48.02%
R=33.33%
G=18.64%
B=48.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal177992550.310.610027010069.41
HexB163FF1F3D0010e6445
Octal261143377377500416144105
Binary10110001110001111111111111111111010010000111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B163FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B163FF; }

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

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

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

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

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

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

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

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