#B288DA

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

Shades of Biloba Flower #B288DA

Tints of Biloba Flower #B288DA

Color information

#B288DA (or 0xB288DA) is unknown color: approx Biloba Flower. HEX triplet: B2, 88 and DA. RGB value is (178,136,218). Sum of RGB (Red+Green+Blue) = 178+136+218=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #B288DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B288DA is #4D7725. Grayscale: #9D9D9D. Windows color (decimal): -5076774 or 14321842. OLE color: 14321842.

HSL color Cylindrical-coordinate representation of color #B288DA: hue angle of 270.73º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B288DA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178136218-
CMYK0.180.3800.15
HSL270.73º52.56%69.41%-
HSV(B)270.73º37.61%85.49%-
XYZ39.8232.1470.43-
YUV157.91161.91142.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.46%
GREEN value IS 136 (53.52% from 255) = 25.56%
BLUE value IS 218 (85.55% from 255) = 40.98%
R=33.46%
G=25.56%
B=40.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781362180.180.3800.15270.7352.5669.41
HexB288DA12260F10f3545
Octal262210332224601741765105
Binary10110010100010001101101010010100110011111000011111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B288DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B288DA; }

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

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

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

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

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

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

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

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