#B163FD

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

Shades of Medium Purple #B163FD

Tints of Medium Purple #B163FD

Color information

#B163FD (or 0xB163FD) is unknown color: approx Medium Purple. HEX triplet: B1, 63 and FD. RGB value is (177,99,253). Sum of RGB (Red+Green+Blue) = 177+99+253=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #B163FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B163FD is #4E9C02. Grayscale: #8B8B8B. Windows color (decimal): -5151747 or 16606129. OLE color: 16606129.

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

Color convert

RGB17799253-
CMYK0.300.6100.01
HSL270.39º97.47%69.02%-
HSV(B)270.39º60.87%99.22%-
XYZ40.3225.3695.7-
YUV139.88191.84154.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.46%
GREEN value IS 99 (39.06% from 255) = 18.71%
BLUE value IS 253 (99.22% from 255) = 47.83%
R=33.46%
G=18.71%
B=47.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal177992530.300.6100.01270.3997.4769.02
HexB163FD1E3D0110e6145
Octal261143375367501416141105
Binary10110001110001111111101111101111010110000111011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B163FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B163FD; }

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

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

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

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

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

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

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

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