#B490DB

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

Shades of Biloba Flower #B490DB

Tints of Biloba Flower #B490DB

Color information

#B490DB (or 0xB490DB) is unknown color: approx Biloba Flower. HEX triplet: B4, 90 and DB. RGB value is (180,144,219). Sum of RGB (Red+Green+Blue) = 180+144+219=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #B490DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490DB is #4B6F24. Grayscale: #A3A3A3. Windows color (decimal): -4943653 or 14389428. OLE color: 14389428.

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

Color convert

RGB180144219-
CMYK0.180.3400.14
HSL268.8º51.02%71.18%-
HSV(B)268.8º34.25%85.88%-
XYZ41.5834.7671.54-
YUV163.31159.43139.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 144 (56.64% from 255) = 26.52%
BLUE value IS 219 (85.94% from 255) = 40.33%
R=33.15%
G=26.52%
B=40.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801442190.180.3400.14268.851.0271.18
HexB490DB12220E10d3347
Octal264220333224201641563107
Binary10110100100100001101101110010100010011101000011011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B490DB; }

 p { color: rgb(180,144,219); }

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

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

 a { background-color: rgb(180,144,219); }

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

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

 span { border-color: rgb(180,144,219); }

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