#B288FE

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

Shades of Biloba Flower #B288FE

Tints of Biloba Flower #B288FE

Color information

#B288FE (or 0xB288FE) is unknown color: approx Biloba Flower. HEX triplet: B2, 88 and FE. RGB value is (178,136,254). Sum of RGB (Red+Green+Blue) = 178+136+254=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #B288FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B288FE is #4D7701. Grayscale: #A1A1A1. Windows color (decimal): -5076738 or 16681138. OLE color: 16681138.

HSL color Cylindrical-coordinate representation of color #B288FE: hue angle of 261.36º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B288FE is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB178136254-
CMYK0.300.4600.00
HSL261.36º98.33%76.47%-
HSV(B)261.36º46.46%99.61%-
XYZ45.0534.2398-
YUV162.01179.91139.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.34%
GREEN value IS 136 (53.52% from 255) = 23.94%
BLUE value IS 254 (99.61% from 255) = 44.72%
R=31.34%
G=23.94%
B=44.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1781362540.300.4600.00261.3698.3376.47
HexB288FE1E2E00105624c
Octal262210376365600405142114
Binary101100101000100011111110111101011100010000010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B288FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B288FE; }

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

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

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

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

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

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

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

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