#b289ed

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

Shades of Biloba Flower #B289ED

Tints of Biloba Flower #B289ED

Color information

#B289ED (or 0xB289ED) is unknown color: approx Biloba Flower. HEX triplet: B2, 89 and ED. RGB value is (178,137,237). Sum of RGB (Red+Green+Blue) = 178+137+237=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #B289ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B289ED is #4D7612. Grayscale: #A0A0A0. Windows color (decimal): -5076499 or 15567282. OLE color: 15567282.

HSL color Cylindrical-coordinate representation of color #B289ED: hue angle of 264.6º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B289ED is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178137237-
CMYK0.250.4200.07
HSL264.6º73.53%73.33%-
HSV(B)264.6º42.19%92.94%-
XYZ42.5933.4784.34-
YUV160.66171.08140.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.25%
GREEN value IS 137 (53.91% from 255) = 24.82%
BLUE value IS 237 (92.97% from 255) = 42.93%
R=32.25%
G=24.82%
B=42.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781372370.250.4200.07264.673.5373.33
HexB289ED192A071094a49
Octal262211355315207411112111
Binary10110010100010011110110111001101010011110000100110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b289ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b289ed; }

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

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

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

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

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

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

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

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