#B490F1

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

Shades of Biloba Flower #B490F1

Tints of Biloba Flower #B490F1

Color information

#B490F1 (or 0xB490F1) is unknown color: approx Biloba Flower. HEX triplet: B4, 90 and F1. RGB value is (180,144,241). Sum of RGB (Red+Green+Blue) = 180+144+241=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #B490F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B490F1 is #4B6F0E. Grayscale: #A5A5A5. Windows color (decimal): -4943631 or 15831220. OLE color: 15831220.

HSL color Cylindrical-coordinate representation of color #B490F1: hue angle of 262.27º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B490F1 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180144241-
CMYK0.250.4000.05
HSL262.27º77.6%75.49%-
HSV(B)262.27º40.25%94.51%-
XYZ44.673687.81-
YUV165.82170.43138.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.86%
GREEN value IS 144 (56.64% from 255) = 25.49%
BLUE value IS 241 (94.53% from 255) = 42.65%
R=31.86%
G=25.49%
B=42.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801442410.250.4000.05262.2777.675.49
HexB490F11928051064e4b
Octal264220361315005406116113
Binary10110100100100001111000111001101000010110000011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B490F1; }

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

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

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

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

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

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

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

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