#B88AD8

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

Shades of Biloba Flower #B88AD8

Tints of Biloba Flower #B88AD8

Color information

#B88AD8 (or 0xB88AD8) is unknown color: approx Biloba Flower. HEX triplet: B8, 8A and D8. RGB value is (184,138,216). Sum of RGB (Red+Green+Blue) = 184+138+216=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #B88AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88AD8 is #477527. Grayscale: #A0A0A0. Windows color (decimal): -4683048 or 14191288. OLE color: 14191288.

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

Color convert

RGB184138216-
CMYK0.150.3600.15
HSL275.38º50%69.41%-
HSV(B)275.38º36.11%84.71%-
XYZ41.2533.3369.22-
YUV160.65159.24144.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.20%
GREEN value IS 138 (54.30% from 255) = 25.65%
BLUE value IS 216 (84.77% from 255) = 40.15%
R=34.20%
G=25.65%
B=40.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841382160.150.3600.15275.385069.41
HexB88AD8F240F1133245
Octal270212330174401742362105
Binary1011100010001010110110001111100100011111000100111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88AD8; }

 p { color: rgb(184,138,216); }

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

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

 a { background-color: rgb(184,138,216); }

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

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

 span { border-color: rgb(184,138,216); }

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