#B88DE8

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

Shades of Biloba Flower #B88DE8

Tints of Biloba Flower #B88DE8

Color information

#B88DE8 (or 0xB88DE8) is unknown color: approx Biloba Flower. HEX triplet: B8, 8D and E8. RGB value is (184,141,232). Sum of RGB (Red+Green+Blue) = 184+141+232=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #B88DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88DE8 is #477217. Grayscale: #A3A3A3. Windows color (decimal): -4682264 or 15240632. OLE color: 15240632.

HSL color Cylindrical-coordinate representation of color #B88DE8: hue angle of 268.35º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B88DE8 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB184141232-
CMYK0.210.3900.09
HSL268.35º66.42%73.14%-
HSV(B)268.35º39.22%90.98%-
XYZ43.8635.0780.8-
YUV164.23166.25142.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.03%
GREEN value IS 141 (55.47% from 255) = 25.31%
BLUE value IS 232 (91.02% from 255) = 41.65%
R=33.03%
G=25.31%
B=41.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1841412320.210.3900.09268.3566.4273.14
HexB88DE815270910c4249
Octal2702153502547011414102111
Binary101110001000110111101000101011001110100110000110010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88DE8; }

 p { color: rgb(184,141,232); }

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

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

 a { background-color: rgb(184,141,232); }

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

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

 span { border-color: rgb(184,141,232); }

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