#B490D7

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

Shades of Biloba Flower #B490D7

Tints of Biloba Flower #B490D7

Color information

#B490D7 (or 0xB490D7) is unknown color: approx Biloba Flower. HEX triplet: B4, 90 and D7. RGB value is (180,144,215). Sum of RGB (Red+Green+Blue) = 180+144+215=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #B490D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490D7 is #4B6F28. Grayscale: #A2A2A2. Windows color (decimal): -4943657 or 14127284. OLE color: 14127284.

HSL color Cylindrical-coordinate representation of color #B490D7: hue angle of 270.42º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B490D7 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180144215-
CMYK0.160.3300.16
HSL270.42º47.02%70.39%-
HSV(B)270.42º33.02%84.31%-
XYZ41.0634.5668.8-
YUV162.86157.43140.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.40%
GREEN value IS 144 (56.64% from 255) = 26.72%
BLUE value IS 215 (84.38% from 255) = 39.89%
R=33.40%
G=26.72%
B=39.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801442150.160.3300.16270.4247.0270.39
HexB490D7102101010e2f46
Octal264220327204102041657106
Binary101101001001000011010111100001000010100001000011101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B490D7; }

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

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

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

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

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

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

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

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