#B17BF8

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

Shades of Medium Purple #B17BF8

Tints of Medium Purple #B17BF8

Color information

#B17BF8 (or 0xB17BF8) is unknown color: approx Medium Purple. HEX triplet: B1, 7B and F8. RGB value is (177,123,248). Sum of RGB (Red+Green+Blue) = 177+123+248=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 248 (97.27% from 255 or 45.26% from 548); Max value from RGB is 248 - color contains mainly: blue. Hex color #B17BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17BF8 is #4E8407. Grayscale: #989898. Windows color (decimal): -5145608 or 16284593. OLE color: 16284593.

HSL color Cylindrical-coordinate representation of color #B17BF8: hue angle of 265.92º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B17BF8 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB177123248-
CMYK0.290.5000.03
HSL265.92º89.93%72.75%-
HSV(B)265.92º50.4%97.25%-
XYZ42.1630.2992.43-
YUV153.4181.39144.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.30%
GREEN value IS 123 (48.44% from 255) = 22.45%
BLUE value IS 248 (97.27% from 255) = 45.26%
R=32.30%
G=22.45%
B=45.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1771232480.290.5000.03265.9289.9372.75
HexB17BF81D320310a5a49
Octal261173370356203412132111
Binary101100011111011111110001110111001001110000101010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17BF8; }

 p { color: rgb(177,123,248); }

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

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

 a { background-color: rgb(177,123,248); }

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

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

 span { border-color: rgb(177,123,248); }

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