#B17BF0

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

Shades of Medium Purple #B17BF0

Tints of Medium Purple #B17BF0

Color information

#B17BF0 (or 0xB17BF0) is unknown color: approx Medium Purple. HEX triplet: B1, 7B and F0. RGB value is (177,123,240). Sum of RGB (Red+Green+Blue) = 177+123+240=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #B17BF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17BF0 is #4E840F. Grayscale: #989898. Windows color (decimal): -5145616 or 15760305. OLE color: 15760305.

HSL color Cylindrical-coordinate representation of color #B17BF0: hue angle of 267.69º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B17BF0 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB177123240-
CMYK0.260.4900.06
HSL267.69º79.59%71.18%-
HSV(B)267.69º48.75%94.12%-
XYZ40.9429.886.03-
YUV152.48177.39145.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.78%
GREEN value IS 123 (48.44% from 255) = 22.78%
BLUE value IS 240 (94.14% from 255) = 44.44%
R=32.78%
G=22.78%
B=44.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1771232400.260.4900.06267.6979.5971.18
HexB17BF01A310610c5047
Octal261173360326106414120107
Binary1011000111110111111000011010110001011010000110010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17BF0; }

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

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

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

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

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

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

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

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