#B489E6

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

Shades of Biloba Flower #B489E6

Tints of Biloba Flower #B489E6

Color information

#B489E6 (or 0xB489E6) is unknown color: approx Biloba Flower. HEX triplet: B4, 89 and E6. RGB value is (180,137,230). Sum of RGB (Red+Green+Blue) = 180+137+230=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #B489E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B489E6 is #4B7619. Grayscale: #A0A0A0. Windows color (decimal): -4945434 or 15108532. OLE color: 15108532.

HSL color Cylindrical-coordinate representation of color #B489E6: hue angle of 267.74º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B489E6 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB180137230-
CMYK0.220.4000.10
HSL267.74º65.03%71.96%-
HSV(B)267.74º40.43%90.2%-
XYZ42.0533.3179.08-
YUV160.46167.25141.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 137 (53.91% from 255) = 25.05%
BLUE value IS 230 (90.23% from 255) = 42.05%
R=32.91%
G=25.05%
B=42.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1801372300.220.4000.10267.7465.0371.96
HexB489E616280A10c4148
Octal2642113462650012414101110
Binary101101001000100111100110101101010000101010000110010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489E6; }

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

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

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

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

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

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

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

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