#B089FF

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

Shades of Biloba Flower #B089FF

Tints of Biloba Flower #B089FF

Color information

#B089FF (or 0xB089FF) is unknown color: approx Biloba Flower. HEX triplet: B0, 89 and FF. RGB value is (176,137,255). Sum of RGB (Red+Green+Blue) = 176+137+255=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #B089FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B089FF is #4F7600. Grayscale: #A1A1A1. Windows color (decimal): -5207553 or 16746928. OLE color: 16746928.

HSL color Cylindrical-coordinate representation of color #B089FF: hue angle of 259.83º 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 #B089FF is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB176137255-
CMYK0.310.4600
HSL259.83º100%76.86%-
HSV(B)259.83º46.27%100%-
XYZ44.934.3498.87-
YUV162.11180.42137.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.99%
GREEN value IS 137 (53.91% from 255) = 24.12%
BLUE value IS 255 (100% from 255) = 44.89%
R=30.99%
G=24.12%
B=44.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761372550.310.4600259.8310076.86
HexB089FF1F2E00104644d
Octal260211377375600404144115
Binary101100001000100111111111111111011100010000010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B089FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B089FF; }

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

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

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

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

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

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

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

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