#B290FB

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

Shades of Biloba Flower #B290FB

Tints of Biloba Flower #B290FB

Color information

#B290FB (or 0xB290FB) is unknown color: approx Biloba Flower. HEX triplet: B2, 90 and FB. RGB value is (178,144,251). Sum of RGB (Red+Green+Blue) = 178+144+251=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #B290FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B290FB is #4D6F04. Grayscale: #A5A5A5. Windows color (decimal): -5074693 or 16486578. OLE color: 16486578.

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

Color convert

RGB178144251-
CMYK0.290.4300.02
HSL259.07º93.04%77.45%-
HSV(B)259.07º42.63%98.43%-
XYZ45.7536.3895.88-
YUV166.36175.76136.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.06%
GREEN value IS 144 (56.64% from 255) = 25.13%
BLUE value IS 251 (98.44% from 255) = 43.80%
R=31.06%
G=25.13%
B=43.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781442510.290.4300.02259.0793.0477.45
HexB290FB1D2B021035d4d
Octal262220373355302403135115
Binary1011001010010000111110111110110101101010000001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B290FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B290FB; }

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

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

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

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

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

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

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

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