#B490FF

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

Shades of Biloba Flower #B490FF

Tints of Biloba Flower #B490FF

Color information

#B490FF (or 0xB490FF) is unknown color: approx Biloba Flower. HEX triplet: B4, 90 and FF. RGB value is (180,144,255). Sum of RGB (Red+Green+Blue) = 180+144+255=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #B490FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B490FF is #4B6F00. Grayscale: #A7A7A7. Windows color (decimal): -4943617 or 16748724. OLE color: 16748724.

HSL color Cylindrical-coordinate representation of color #B490FF: hue angle of 259.46º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B490FF is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB180144255-
CMYK0.290.4400
HSL259.46º100%78.24%-
HSV(B)259.46º43.53%100%-
XYZ46.8536.8799.26-
YUV167.42177.43136.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.09%
GREEN value IS 144 (56.64% from 255) = 24.87%
BLUE value IS 255 (100% from 255) = 44.04%
R=31.09%
G=24.87%
B=44.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801442550.290.4400259.4610078.24
HexB490FF1D2C00103644e
Octal264220377355400403144116
Binary101101001001000011111111111011011000010000001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B490FF; }

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

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

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

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

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

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

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

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