#B88FDA

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

Shades of Biloba Flower #B88FDA

Tints of Biloba Flower #B88FDA

Color information

#B88FDA (or 0xB88FDA) is unknown color: approx Biloba Flower. HEX triplet: B8, 8F and DA. RGB value is (184,143,218). Sum of RGB (Red+Green+Blue) = 184+143+218=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #B88FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88FDA is #477025. Grayscale: #A3A3A3. Windows color (decimal): -4681766 or 14323640. OLE color: 14323640.

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

Color convert

RGB184143218-
CMYK0.160.3400.15
HSL272.8º50.34%70.78%-
HSV(B)272.8º34.4%85.49%-
XYZ42.2434.970.84-
YUV163.81158.58142.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.76%
GREEN value IS 143 (56.25% from 255) = 26.24%
BLUE value IS 218 (85.55% from 255) = 40%
R=33.76%
G=26.24%
B=40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841432180.160.3400.15272.850.3470.78
HexB88FDA10220F1113247
Octal270217332204201742162107
Binary10111000100011111101101010000100010011111000100011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88FDA; }

 p { color: rgb(184,143,218); }

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

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

 a { background-color: rgb(184,143,218); }

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

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

 span { border-color: rgb(184,143,218); }

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