#B489EA

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

Shades of Biloba Flower #B489EA

Tints of Biloba Flower #B489EA

Color information

#B489EA (or 0xB489EA) is unknown color: approx Biloba Flower. HEX triplet: B4, 89 and EA. RGB value is (180,137,234). Sum of RGB (Red+Green+Blue) = 180+137+234=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #B489EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B489EA is #4B7615. Grayscale: #A0A0A0. Windows color (decimal): -4945430 or 15370676. OLE color: 15370676.

HSL color Cylindrical-coordinate representation of color #B489EA: hue angle of 266.6º 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 #B489EA is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180137234-
CMYK0.230.4100.08
HSL266.6º69.78%72.75%-
HSV(B)266.6º41.45%91.76%-
XYZ42.6233.5482.07-
YUV160.92169.25141.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.67%
GREEN value IS 137 (53.91% from 255) = 24.86%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=32.67%
G=24.86%
B=42.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801372340.230.4100.08266.669.7872.75
HexB489EA17290810b4649
Octal2642113522751010413106111
Binary101101001000100111101010101111010010100010000101110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489EA; }

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

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

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

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

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

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

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

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