#B17FEF

Color #B17FEF Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B17FEF

Tints of Biloba Flower #B17FEF

Color information

#B17FEF (or 0xB17FEF) is unknown color: approx Biloba Flower. HEX triplet: B1, 7F and EF. RGB value is (177,127,239). Sum of RGB (Red+Green+Blue) = 177+127+239=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #B17FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17FEF is #4E8010. Grayscale: #9A9A9A. Windows color (decimal): -5144593 or 15695793. OLE color: 15695793.

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

Color convert

RGB177127239-
CMYK0.260.4700.06
HSL266.79º77.78%71.76%-
HSV(B)266.79º46.86%93.73%-
XYZ41.330.7685.42-
YUV154.72175.56143.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.60%
GREEN value IS 127 (50% from 255) = 23.39%
BLUE value IS 239 (93.75% from 255) = 44.01%
R=32.60%
G=23.39%
B=44.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1771272390.260.4700.06266.7977.7871.76
HexB17FEF1A2F0610b4e48
Octal261177357325706413116110
Binary1011000111111111110111111010101111011010000101110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17FEF; }

 p { color: rgb(177,127,239); }

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

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

 a { background-color: rgb(177,127,239); }

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

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

 span { border-color: rgb(177,127,239); }

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