#B290F9

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

Shades of Biloba Flower #B290F9

Tints of Biloba Flower #B290F9

Color information

#B290F9 (or 0xB290F9) is unknown color: approx Biloba Flower. HEX triplet: B2, 90 and F9. RGB value is (178,144,249). Sum of RGB (Red+Green+Blue) = 178+144+249=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #B290F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B290F9 is #4D6F06. Grayscale: #A5A5A5. Windows color (decimal): -5074695 or 16355506. OLE color: 16355506.

HSL color Cylindrical-coordinate representation of color #B290F9: hue angle of 259.43º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B290F9 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178144249-
CMYK0.290.4200.02
HSL259.43º89.74%77.06%-
HSV(B)259.43º42.17%97.65%-
XYZ45.4336.2594.23-
YUV166.14174.76136.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.17%
GREEN value IS 144 (56.64% from 255) = 25.22%
BLUE value IS 249 (97.66% from 255) = 43.61%
R=31.17%
G=25.22%
B=43.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781442490.290.4200.02259.4389.7477.06
HexB290F91D2A021035a4d
Octal262220371355202403132115
Binary1011001010010000111110011110110101001010000001110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B290F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B290F9; }

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

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

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

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

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

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

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

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