#B17EE6

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

Shades of Biloba Flower #B17EE6

Tints of Biloba Flower #B17EE6

Color information

#B17EE6 (or 0xB17EE6) is unknown color: approx Biloba Flower. HEX triplet: B1, 7E and E6. RGB value is (177,126,230). Sum of RGB (Red+Green+Blue) = 177+126+230=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #B17EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17EE6 is #4E8119. Grayscale: #989898. Windows color (decimal): -5144858 or 15105713. OLE color: 15105713.

HSL color Cylindrical-coordinate representation of color #B17EE6: hue angle of 269.42º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B17EE6 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB177126230-
CMYK0.230.4500.10
HSL269.42º67.53%69.8%-
HSV(B)269.42º45.22%90.2%-
XYZ39.8829.9878.55-
YUV153.1171.4145.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.21%
GREEN value IS 126 (49.61% from 255) = 23.64%
BLUE value IS 230 (90.23% from 255) = 43.15%
R=33.21%
G=23.64%
B=43.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1771262300.230.4500.10269.4267.5369.8
HexB17EE6172D0A10d4446
Octal2611763462755012415104106
Binary10110001111111011100110101111011010101010000110110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17EE6; }

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

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

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

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

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

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

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

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