#B889F0

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

Shades of Biloba Flower #B889F0

Tints of Biloba Flower #B889F0

Color information

#B889F0 (or 0xB889F0) is unknown color: approx Biloba Flower. HEX triplet: B8, 89 and F0. RGB value is (184,137,240). Sum of RGB (Red+Green+Blue) = 184+137+240=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #B889F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B889F0 is #47760F. Grayscale: #A2A2A2. Windows color (decimal): -4683280 or 15763896. OLE color: 15763896.

HSL color Cylindrical-coordinate representation of color #B889F0: hue angle of 267.38º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B889F0 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184137240-
CMYK0.230.4300.06
HSL267.38º77.44%73.92%-
HSV(B)267.38º42.92%94.12%-
XYZ44.4434.3786.73-
YUV162.8171.57143.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.80%
GREEN value IS 137 (53.91% from 255) = 24.42%
BLUE value IS 240 (94.14% from 255) = 42.78%
R=32.80%
G=24.42%
B=42.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1841372400.230.4300.06267.3877.4473.92
HexB889F0172B0610b4d4a
Octal270211360275306413115112
Binary10111000100010011111000010111101011011010000101110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B889F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B889F0; }

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

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

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

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

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

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

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

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