#B490EC

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

Shades of Biloba Flower #B490EC

Tints of Biloba Flower #B490EC

Color information

#B490EC (or 0xB490EC) is unknown color: approx Biloba Flower. HEX triplet: B4, 90 and EC. RGB value is (180,144,236). Sum of RGB (Red+Green+Blue) = 180+144+236=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #B490EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B490EC is #4B6F13. Grayscale: #A4A4A4. Windows color (decimal): -4943636 or 15503540. OLE color: 15503540.

HSL color Cylindrical-coordinate representation of color #B490EC: hue angle of 263.48º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B490EC is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180144236-
CMYK0.240.3900.07
HSL263.48º70.77%74.51%-
HSV(B)263.48º38.98%92.55%-
XYZ43.9435.7183.93-
YUV165.25167.93138.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.14%
GREEN value IS 144 (56.64% from 255) = 25.71%
BLUE value IS 236 (92.58% from 255) = 42.14%
R=32.14%
G=25.71%
B=42.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801442360.240.3900.07263.4870.7774.51
HexB490EC182707107474b
Octal264220354304707407107113
Binary10110100100100001110110011000100111011110000011110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B490EC; }

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

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

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

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

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

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

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

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