#B289FF

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

Shades of Biloba Flower #B289FF

Tints of Biloba Flower #B289FF

Color information

#B289FF (or 0xB289FF) is unknown color: approx Biloba Flower. HEX triplet: B2, 89 and FF. RGB value is (178,137,255). Sum of RGB (Red+Green+Blue) = 178+137+255=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #B289FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B289FF is #4D7600. Grayscale: #A2A2A2. Windows color (decimal): -5076481 or 16746930. OLE color: 16746930.

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

Color convert

RGB178137255-
CMYK0.300.4600
HSL260.85º100%76.86%-
HSV(B)260.85º46.27%100%-
XYZ45.3634.5898.89-
YUV162.71180.08138.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.23%
GREEN value IS 137 (53.91% from 255) = 24.04%
BLUE value IS 255 (100% from 255) = 44.74%
R=31.23%
G=24.04%
B=44.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781372550.300.4600260.8510076.86
HexB289FF1E2E00105644d
Octal262211377365600405144115
Binary101100101000100111111111111101011100010000010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B289FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B289FF; }

 p { color: rgb(178,137,255); }

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

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

 a { background-color: rgb(178,137,255); }

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

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

 span { border-color: rgb(178,137,255); }

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