#B490FB

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

Shades of Biloba Flower #B490FB

Tints of Biloba Flower #B490FB

Color information

#B490FB (or 0xB490FB) is unknown color: approx Biloba Flower. HEX triplet: B4, 90 and FB. RGB value is (180,144,251). Sum of RGB (Red+Green+Blue) = 180+144+251=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #B490FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B490FB is #4B6F04. Grayscale: #A6A6A6. Windows color (decimal): -4943621 or 16486580. OLE color: 16486580.

HSL color Cylindrical-coordinate representation of color #B490FB: hue angle of 260.19º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B490FB is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180144251-
CMYK0.280.4300.02
HSL260.19º93.04%77.45%-
HSV(B)260.19º42.63%98.43%-
XYZ46.2136.6195.9-
YUV166.96175.43137.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.30%
GREEN value IS 144 (56.64% from 255) = 25.04%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=31.30%
G=25.04%
B=43.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801442510.280.4300.02260.1993.0477.45
HexB490FB1C2B021045d4d
Octal264220373345302404135115
Binary1011010010010000111110111110010101101010000010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B490FB; }

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

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

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

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

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

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

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

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