#B490EB

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

Shades of Biloba Flower #B490EB

Tints of Biloba Flower #B490EB

Color information

#B490EB (or 0xB490EB) is unknown color: approx Biloba Flower. HEX triplet: B4, 90 and EB. RGB value is (180,144,235). Sum of RGB (Red+Green+Blue) = 180+144+235=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #B490EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B490EB is #4B6F14. Grayscale: #A4A4A4. Windows color (decimal): -4943637 or 15438004. OLE color: 15438004.

HSL color Cylindrical-coordinate representation of color #B490EB: hue angle of 263.74º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B490EB is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180144235-
CMYK0.230.3900.08
HSL263.74º69.47%74.31%-
HSV(B)263.74º38.72%92.16%-
XYZ43.7935.6583.17-
YUV165.14167.43138.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.20%
GREEN value IS 144 (56.64% from 255) = 25.76%
BLUE value IS 235 (92.19% from 255) = 42.04%
R=32.20%
G=25.76%
B=42.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801442350.230.3900.08263.7469.4774.31
HexB490EB172708108454a
Octal2642203532747010410105112
Binary101101001001000011101011101111001110100010000100010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B490EB; }

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

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

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

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

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

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

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

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