#B489DA

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

Shades of Biloba Flower #B489DA

Tints of Biloba Flower #B489DA

Color information

#B489DA (or 0xB489DA) is unknown color: approx Biloba Flower. HEX triplet: B4, 89 and DA. RGB value is (180,137,218). Sum of RGB (Red+Green+Blue) = 180+137+218=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #B489DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489DA is #4B7625. Grayscale: #9E9E9E. Windows color (decimal): -4945446 or 14322100. OLE color: 14322100.

HSL color Cylindrical-coordinate representation of color #B489DA: hue angle of 271.85º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B489DA is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180137218-
CMYK0.170.3700.15
HSL271.85º52.26%69.61%-
HSV(B)271.85º37.16%85.49%-
XYZ40.4232.6670.5-
YUV159.09161.25142.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.64%
GREEN value IS 137 (53.91% from 255) = 25.61%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=33.64%
G=25.61%
B=40.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801372180.170.3700.15271.8552.2669.61
HexB489DA11250F1103446
Octal264211332214501742064106
Binary10110100100010011101101010001100101011111000100001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489DA; }

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

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

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

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

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

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

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

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