#B88FDC

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

Shades of Biloba Flower #B88FDC

Tints of Biloba Flower #B88FDC

Color information

#B88FDC (or 0xB88FDC) is unknown color: approx Biloba Flower. HEX triplet: B8, 8F and DC. RGB value is (184,143,220). Sum of RGB (Red+Green+Blue) = 184+143+220=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #B88FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88FDC is #477023. Grayscale: #A3A3A3. Windows color (decimal): -4681764 or 14454712. OLE color: 14454712.

HSL color Cylindrical-coordinate representation of color #B88FDC: hue angle of 271.95º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B88FDC is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB184143220-
CMYK0.160.3500.14
HSL271.95º52.38%71.18%-
HSV(B)271.95º35%86.27%-
XYZ42.513572.23-
YUV164.04159.58142.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.64%
GREEN value IS 143 (56.25% from 255) = 26.14%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=33.64%
G=26.14%
B=40.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841432200.160.3500.14271.9552.3871.18
HexB88FDC10230E1103447
Octal270217334204301642064107
Binary10111000100011111101110010000100011011101000100001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88FDC; }

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

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

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

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

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

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

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

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