#B88DFE

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

Shades of Biloba Flower #B88DFE

Tints of Biloba Flower #B88DFE

Color information

#B88DFE (or 0xB88DFE) is unknown color: approx Biloba Flower. HEX triplet: B8, 8D and FE. RGB value is (184,141,254). Sum of RGB (Red+Green+Blue) = 184+141+254=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #B88DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88DFE is #477201. Grayscale: #A6A6A6. Windows color (decimal): -4682242 or 16682424. OLE color: 16682424.

HSL color Cylindrical-coordinate representation of color #B88DFE: hue angle of 262.83º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B88DFE is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB184141254-
CMYK0.280.4400.00
HSL262.83º98.26%77.45%-
HSV(B)262.83º44.49%99.61%-
XYZ47.1836.498.3-
YUV166.74177.25140.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.78%
GREEN value IS 141 (55.47% from 255) = 24.35%
BLUE value IS 254 (99.61% from 255) = 43.87%
R=31.78%
G=24.35%
B=43.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1841412540.280.4400.00262.8398.2677.45
HexB88DFE1C2C00107624d
Octal270215376345400407142115
Binary101110001000110111111110111001011000010000011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88DFE; }

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

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

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

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

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

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

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

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