#B17CFB

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

Shades of Medium Purple #B17CFB

Tints of Medium Purple #B17CFB

Color information

#B17CFB (or 0xB17CFB) is unknown color: approx Medium Purple. HEX triplet: B1, 7C and FB. RGB value is (177,124,251). Sum of RGB (Red+Green+Blue) = 177+124+251=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #B17CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17CFB is #4E8304. Grayscale: #999999. Windows color (decimal): -5145349 or 16481457. OLE color: 16481457.

HSL color Cylindrical-coordinate representation of color #B17CFB: hue angle of 265.04º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B17CFB is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177124251-
CMYK0.290.5100.02
HSL265.04º94.07%73.53%-
HSV(B)265.04º50.6%98.43%-
XYZ42.7530.7394.94-
YUV154.32182.56144.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.07%
GREEN value IS 124 (48.83% from 255) = 22.46%
BLUE value IS 251 (98.44% from 255) = 45.47%
R=32.07%
G=22.46%
B=45.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771242510.290.5100.02265.0494.0773.53
HexB17CFB1D33021095e4a
Octal261174373356302411136112
Binary101100011111100111110111110111001101010000100110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17CFB; }

 p { color: rgb(177,124,251); }

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

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

 a { background-color: rgb(177,124,251); }

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

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

 span { border-color: rgb(177,124,251); }

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