#B289EA

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

Shades of Biloba Flower #B289EA

Tints of Biloba Flower #B289EA

Color information

#B289EA (or 0xB289EA) is unknown color: approx Biloba Flower. HEX triplet: B2, 89 and EA. RGB value is (178,137,234). Sum of RGB (Red+Green+Blue) = 178+137+234=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #B289EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B289EA is #4D7615. Grayscale: #9F9F9F. Windows color (decimal): -5076502 or 15370674. OLE color: 15370674.

HSL color Cylindrical-coordinate representation of color #B289EA: hue angle of 265.36º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B289EA is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178137234-
CMYK0.240.4100.08
HSL265.36º69.78%72.75%-
HSV(B)265.36º41.45%91.76%-
XYZ42.1633.382.05-
YUV160.32169.58140.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.42%
GREEN value IS 137 (53.91% from 255) = 24.95%
BLUE value IS 234 (91.80% from 255) = 42.62%
R=32.42%
G=24.95%
B=42.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781372340.240.4100.08265.3669.7872.75
HexB289EA1829081094649
Octal2622113523051010411106111
Binary101100101000100111101010110001010010100010000100110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B289EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B289EA; }

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

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

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

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

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

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

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

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