#B489D4

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

Shades of Biloba Flower #B489D4

Tints of Biloba Flower #B489D4

Color information

#B489D4 (or 0xB489D4) is unknown color: approx Biloba Flower. HEX triplet: B4, 89 and D4. RGB value is (180,137,212). Sum of RGB (Red+Green+Blue) = 180+137+212=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 212 - color contains mainly: blue. Hex color #B489D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489D4 is #4B762B. Grayscale: #9E9E9E. Windows color (decimal): -4945452 or 13928884. OLE color: 13928884.

HSL color Cylindrical-coordinate representation of color #B489D4: hue angle of 274.4º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B489D4 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB180137212-
CMYK0.150.3500.17
HSL274.4º46.58%68.43%-
HSV(B)274.4º35.38%83.14%-
XYZ39.6532.3566.44-
YUV158.41158.25143.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 137 (53.91% from 255) = 25.90%
BLUE value IS 212 (83.20% from 255) = 40.08%
R=34.03%
G=25.90%
B=40.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1801372120.150.3500.17274.446.5868.43
HexB489D4F230111122f44
Octal264211324174302142257104
Binary10110100100010011101010011111000110100011000100101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489D4; }

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

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

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

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

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

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

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

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