#B489DC

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

Shades of Biloba Flower #B489DC

Tints of Biloba Flower #B489DC

Color information

#B489DC (or 0xB489DC) is unknown color: approx Biloba Flower. HEX triplet: B4, 89 and DC. RGB value is (180,137,220). Sum of RGB (Red+Green+Blue) = 180+137+220=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #B489DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489DC is #4B7623. Grayscale: #9F9F9F. Windows color (decimal): -4945444 or 14453172. OLE color: 14453172.

HSL color Cylindrical-coordinate representation of color #B489DC: hue angle of 271.08º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B489DC is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180137220-
CMYK0.180.3800.14
HSL271.08º54.25%70%-
HSV(B)271.08º37.73%86.27%-
XYZ40.6932.7671.89-
YUV159.32162.25142.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 137 (53.91% from 255) = 25.51%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=33.52%
G=25.51%
B=40.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801372200.180.3800.14271.0854.2570
HexB489DC12260E10f3646
Octal264211334224601641766106
Binary10110100100010011101110010010100110011101000011111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489DC; }

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

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

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

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

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

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

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

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