#B289F1

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

Shades of Biloba Flower #B289F1

Tints of Biloba Flower #B289F1

Color information

#B289F1 (or 0xB289F1) is unknown color: approx Biloba Flower. HEX triplet: B2, 89 and F1. RGB value is (178,137,241). Sum of RGB (Red+Green+Blue) = 178+137+241=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #B289F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B289F1 is #4D760E. Grayscale: #A0A0A0. Windows color (decimal): -5076495 or 15829426. OLE color: 15829426.

HSL color Cylindrical-coordinate representation of color #B289F1: hue angle of 263.65º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B289F1 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB178137241-
CMYK0.260.4300.05
HSL263.65º78.79%74.12%-
HSV(B)263.65º43.15%94.51%-
XYZ43.1833.7187.45-
YUV161.11173.08140.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.01%
GREEN value IS 137 (53.91% from 255) = 24.64%
BLUE value IS 241 (94.53% from 255) = 43.35%
R=32.01%
G=24.64%
B=43.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781372410.260.4300.05263.6578.7974.12
HexB289F11A2B051084f4a
Octal262211361325305410117112
Binary10110010100010011111000111010101011010110000100010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B289F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B289F1; }

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

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

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

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

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

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

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

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