#B289FE

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

Shades of Biloba Flower #B289FE

Tints of Biloba Flower #B289FE

Color information

#B289FE (or 0xB289FE) is unknown color: approx Biloba Flower. HEX triplet: B2, 89 and FE. RGB value is (178,137,254). Sum of RGB (Red+Green+Blue) = 178+137+254=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #B289FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B289FE is #4D7601. Grayscale: #A2A2A2. Windows color (decimal): -5076482 or 16681394. OLE color: 16681394.

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

Color convert

RGB178137254-
CMYK0.300.4600.00
HSL261.03º98.32%76.67%-
HSV(B)261.03º46.06%99.61%-
XYZ45.234.5198.05-
YUV162.6179.58138.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.28%
GREEN value IS 137 (53.91% from 255) = 24.08%
BLUE value IS 254 (99.61% from 255) = 44.64%
R=31.28%
G=24.08%
B=44.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1781372540.300.4600.00261.0398.3276.67
HexB289FE1E2E00105624d
Octal262211376365600405142115
Binary101100101000100111111110111101011100010000010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B289FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B289FE; }

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

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

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

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

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

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

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

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