#B290EF

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

Shades of Biloba Flower #B290EF

Tints of Biloba Flower #B290EF

Color information

#B290EF (or 0xB290EF) is unknown color: approx Biloba Flower. HEX triplet: B2, 90 and EF. RGB value is (178,144,239). Sum of RGB (Red+Green+Blue) = 178+144+239=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #B290EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B290EF is #4D6F10. Grayscale: #A4A4A4. Windows color (decimal): -5074705 or 15700146. OLE color: 15700146.

HSL color Cylindrical-coordinate representation of color #B290EF: hue angle of 261.47º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B290EF is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB178144239-
CMYK0.260.4000.06
HSL261.47º74.8%75.1%-
HSV(B)261.47º39.75%93.73%-
XYZ43.9135.6486.23-
YUV165169.76137.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.73%
GREEN value IS 144 (56.64% from 255) = 25.67%
BLUE value IS 239 (93.75% from 255) = 42.60%
R=31.73%
G=25.67%
B=42.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1781442390.260.4000.06261.4774.875.1
HexB290EF1A28061054b4b
Octal262220357325006405113113
Binary10110010100100001110111111010101000011010000010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B290EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B290EF; }

 p { color: rgb(178,144,239); }

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

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

 a { background-color: rgb(178,144,239); }

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

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

 span { border-color: rgb(178,144,239); }

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