#B490F6

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

Shades of Biloba Flower #B490F6

Tints of Biloba Flower #B490F6

Color information

#B490F6 (or 0xB490F6) is unknown color: approx Biloba Flower. HEX triplet: B4, 90 and F6. RGB value is (180,144,246). Sum of RGB (Red+Green+Blue) = 180+144+246=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #B490F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B490F6 is #4B6F09. Grayscale: #A6A6A6. Windows color (decimal): -4943626 or 16158900. OLE color: 16158900.

HSL color Cylindrical-coordinate representation of color #B490F6: hue angle of 261.18º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B490F6 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB180144246-
CMYK0.270.4100.04
HSL261.18º85%76.47%-
HSV(B)261.18º41.46%96.47%-
XYZ45.4336.391.8-
YUV166.39172.93137.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.58%
GREEN value IS 144 (56.64% from 255) = 25.26%
BLUE value IS 246 (96.48% from 255) = 43.16%
R=31.58%
G=25.26%
B=43.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1801442460.270.4100.04261.188576.47
HexB490F61B2904105554c
Octal264220366335104405125114
Binary10110100100100001111011011011101001010010000010110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B490F6; }

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

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

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

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

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

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

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

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