#B489F0

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

Shades of Biloba Flower #B489F0

Tints of Biloba Flower #B489F0

Color information

#B489F0 (or 0xB489F0) is unknown color: approx Biloba Flower. HEX triplet: B4, 89 and F0. RGB value is (180,137,240). Sum of RGB (Red+Green+Blue) = 180+137+240=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #B489F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B489F0 is #4B760F. Grayscale: #A1A1A1. Windows color (decimal): -4945424 or 15763892. OLE color: 15763892.

HSL color Cylindrical-coordinate representation of color #B489F0: hue angle of 265.05º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B489F0 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB180137240-
CMYK0.250.4300.06
HSL265.05º77.44%73.92%-
HSV(B)265.05º42.92%94.12%-
XYZ43.533.8986.69-
YUV161.6172.25141.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.32%
GREEN value IS 137 (53.91% from 255) = 24.60%
BLUE value IS 240 (94.14% from 255) = 43.09%
R=32.32%
G=24.60%
B=43.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1801372400.250.4300.06265.0577.4473.92
HexB489F0192B061094d4a
Octal264211360315306411115112
Binary10110100100010011111000011001101011011010000100110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489F0; }

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

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

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

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

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

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

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

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