#B88DE3

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

Shades of Biloba Flower #B88DE3

Tints of Biloba Flower #B88DE3

Color information

#B88DE3 (or 0xB88DE3) is unknown color: approx Biloba Flower. HEX triplet: B8, 8D and E3. RGB value is (184,141,227). Sum of RGB (Red+Green+Blue) = 184+141+227=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 227 (89.06% from 255 or 41.12% from 552); Max value from RGB is 227 - color contains mainly: blue. Hex color #B88DE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88DE3 is #47721C. Grayscale: #A3A3A3. Windows color (decimal): -4682269 or 14912952. OLE color: 14912952.

HSL color Cylindrical-coordinate representation of color #B88DE3: hue angle of 270º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B88DE3 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB184141227-
CMYK0.190.3800.11
HSL270º60.56%72.16%-
HSV(B)270º37.89%89.02%-
XYZ43.1634.7977.11-
YUV163.66163.75142.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.33%
GREEN value IS 141 (55.47% from 255) = 25.54%
BLUE value IS 227 (89.06% from 255) = 41.12%
R=33.33%
G=25.54%
B=41.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1841412270.190.3800.1127060.5672.16
HexB88DE313260B10e3d48
Octal270215343234601341675110
Binary10111000100011011110001110011100110010111000011101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88DE3; }

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

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

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

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

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

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

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

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