#B889FE

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

Shades of Biloba Flower #B889FE

Tints of Biloba Flower #B889FE

Color information

#B889FE (or 0xB889FE) is unknown color: approx Biloba Flower. HEX triplet: B8, 89 and FE. RGB value is (184,137,254). Sum of RGB (Red+Green+Blue) = 184+137+254=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #B889FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B889FE is #477601. Grayscale: #A3A3A3. Windows color (decimal): -4683266 or 16681400. OLE color: 16681400.

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

Color convert

RGB184137254-
CMYK0.280.4600.00
HSL264.1º98.32%76.67%-
HSV(B)264.1º46.06%99.61%-
XYZ46.635.2498.11-
YUV164.39178.57141.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32%
GREEN value IS 137 (53.91% from 255) = 23.83%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=32%
G=23.83%
B=44.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1841372540.280.4600.00264.198.3276.67
HexB889FE1C2E00108624d
Octal270211376345600410142115
Binary101110001000100111111110111001011100010000100011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B889FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B889FE; }

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

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

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

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

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

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

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

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