#B88FEC

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

Shades of Biloba Flower #B88FEC

Tints of Biloba Flower #B88FEC

Color information

#B88FEC (or 0xB88FEC) is unknown color: approx Biloba Flower. HEX triplet: B8, 8F and EC. RGB value is (184,143,236). Sum of RGB (Red+Green+Blue) = 184+143+236=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #B88FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88FEC is #477013. Grayscale: #A5A5A5. Windows color (decimal): -4681748 or 15503288. OLE color: 15503288.

HSL color Cylindrical-coordinate representation of color #B88FEC: hue angle of 266.45º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B88FEC is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184143236-
CMYK0.220.3900.07
HSL266.45º70.99%74.31%-
HSV(B)266.45º39.41%92.55%-
XYZ44.7335.8983.93-
YUV165.86167.58140.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.68%
GREEN value IS 143 (56.25% from 255) = 25.40%
BLUE value IS 236 (92.58% from 255) = 41.92%
R=32.68%
G=25.40%
B=41.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841432360.220.3900.07266.4570.9974.31
HexB88FEC16270710a474a
Octal270217354264707412107112
Binary10111000100011111110110010110100111011110000101010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88FEC; }

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

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

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

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

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

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

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

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