#B17EFC

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

Shades of Medium Purple #B17EFC

Tints of Medium Purple #B17EFC

Color information

#B17EFC (or 0xB17EFC) is unknown color: approx Medium Purple. HEX triplet: B1, 7E and FC. RGB value is (177,126,252). Sum of RGB (Red+Green+Blue) = 177+126+252=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #B17EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17EFC is #4E8103. Grayscale: #9B9B9B. Windows color (decimal): -5144836 or 16547505. OLE color: 16547505.

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

Color convert

RGB177126252-
CMYK0.300.500.01
HSL264.29º95.45%74.12%-
HSV(B)264.29º50%98.82%-
XYZ43.1631.395.86-
YUV155.61182.4143.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.89%
GREEN value IS 126 (49.61% from 255) = 22.70%
BLUE value IS 252 (98.83% from 255) = 45.41%
R=31.89%
G=22.70%
B=45.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771262520.300.500.01264.2995.4574.12
HexB17EFC1E32011085f4a
Octal261176374366201410137112
Binary10110001111111011111100111101100100110000100010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17EFC; }

 p { color: rgb(177,126,252); }

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

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

 a { background-color: rgb(177,126,252); }

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

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

 span { border-color: rgb(177,126,252); }

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