#B288DD

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

Shades of Biloba Flower #B288DD

Tints of Biloba Flower #B288DD

Color information

#B288DD (or 0xB288DD) is unknown color: approx Biloba Flower. HEX triplet: B2, 88 and DD. RGB value is (178,136,221). Sum of RGB (Red+Green+Blue) = 178+136+221=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #B288DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B288DD is #4D7722. Grayscale: #9D9D9D. Windows color (decimal): -5076771 or 14518450. OLE color: 14518450.

HSL color Cylindrical-coordinate representation of color #B288DD: hue angle of 269.65º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B288DD is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178136221-
CMYK0.190.3800.13
HSL269.65º55.56%70%-
HSV(B)269.65º38.46%86.67%-
XYZ40.2232.2972.52-
YUV158.25163.41142.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 136 (53.52% from 255) = 25.42%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=33.27%
G=25.42%
B=41.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781362210.190.3800.13269.6555.5670
HexB288DD13260D10e3846
Octal262210335234601541670106
Binary10110010100010001101110110011100110011011000011101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B288DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B288DD; }

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

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

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

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

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

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

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

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