#B188F1

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

Shades of Biloba Flower #B188F1

Tints of Biloba Flower #B188F1

Color information

#B188F1 (or 0xB188F1) is unknown color: approx Biloba Flower. HEX triplet: B1, 88 and F1. RGB value is (177,136,241). Sum of RGB (Red+Green+Blue) = 177+136+241=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #B188F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B188F1 is #4E770E. Grayscale: #9F9F9F. Windows color (decimal): -5142287 or 15829169. OLE color: 15829169.

HSL color Cylindrical-coordinate representation of color #B188F1: hue angle of 263.43º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B188F1 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177136241-
CMYK0.270.4400.05
HSL263.43º78.95%73.92%-
HSV(B)263.43º43.57%94.51%-
XYZ42.8133.3187.39-
YUV160.23173.58139.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.95%
GREEN value IS 136 (53.52% from 255) = 24.55%
BLUE value IS 241 (94.53% from 255) = 43.50%
R=31.95%
G=24.55%
B=43.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771362410.270.4400.05263.4378.9573.92
HexB188F11B2C051074f4a
Octal261210361335405407117112
Binary10110001100010001111000111011101100010110000011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B188F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B188F1; }

 p { color: rgb(177,136,241); }

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

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

 a { background-color: rgb(177,136,241); }

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

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

 span { border-color: rgb(177,136,241); }

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