#B288F1

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

Shades of Biloba Flower #B288F1

Tints of Biloba Flower #B288F1

Color information

#B288F1 (or 0xB288F1) is unknown color: approx Biloba Flower. HEX triplet: B2, 88 and F1. RGB value is (178,136,241). Sum of RGB (Red+Green+Blue) = 178+136+241=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #B288F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B288F1 is #4D770E. Grayscale: #A0A0A0. Windows color (decimal): -5076751 or 15829170. OLE color: 15829170.

HSL color Cylindrical-coordinate representation of color #B288F1: hue angle of 264º 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 #B288F1 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB178136241-
CMYK0.260.4400.05
HSL264º78.95%73.92%-
HSV(B)264º43.57%94.51%-
XYZ43.0433.4287.4-
YUV160.53173.41140.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.07%
GREEN value IS 136 (53.52% from 255) = 24.50%
BLUE value IS 241 (94.53% from 255) = 43.42%
R=32.07%
G=24.50%
B=43.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781362410.260.4400.0526478.9573.92
HexB288F11A2C051084f4a
Octal262210361325405410117112
Binary10110010100010001111000111010101100010110000100010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B288F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B288F1; }

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

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

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

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

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

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

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

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