#B288F3

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

Shades of Biloba Flower #B288F3

Tints of Biloba Flower #B288F3

Color information

#B288F3 (or 0xB288F3) is unknown color: approx Biloba Flower. HEX triplet: B2, 88 and F3. RGB value is (178,136,243). Sum of RGB (Red+Green+Blue) = 178+136+243=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #B288F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B288F3 is #4D770C. Grayscale: #A0A0A0. Windows color (decimal): -5076749 or 15960242. OLE color: 15960242.

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

Color convert

RGB178136243-
CMYK0.270.4400.05
HSL263.55º81.68%74.31%-
HSV(B)263.55º44.03%95.29%-
XYZ43.3433.5488.98-
YUV160.76174.41140.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.96%
GREEN value IS 136 (53.52% from 255) = 24.42%
BLUE value IS 243 (95.31% from 255) = 43.63%
R=31.96%
G=24.42%
B=43.63%

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
Decimal1781362430.270.4400.05263.5581.6874.31
HexB288F31B2C05108524a
Octal262210363335405410122112
Binary10110010100010001111001111011101100010110000100010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B288F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B288F3; }

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

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

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

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

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

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

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

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