#B090FE

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

Shades of Biloba Flower #B090FE

Tints of Biloba Flower #B090FE

Color information

#B090FE (or 0xB090FE) is unknown color: approx Biloba Flower. HEX triplet: B0, 90 and FE. RGB value is (176,144,254). Sum of RGB (Red+Green+Blue) = 176+144+254=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #B090FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B090FE is #4F6F01. Grayscale: #A5A5A5. Windows color (decimal): -5205762 or 16683184. OLE color: 16683184.

HSL color Cylindrical-coordinate representation of color #B090FE: hue angle of 257.45º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B090FE is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB176144254-
CMYK0.310.4300.00
HSL257.45º98.21%78.04%-
HSV(B)257.45º43.31%99.61%-
XYZ45.7736.3398.37-
YUV166.11177.6135.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.66%
GREEN value IS 144 (56.64% from 255) = 25.09%
BLUE value IS 254 (99.61% from 255) = 44.25%
R=30.66%
G=25.09%
B=44.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761442540.310.4300.00257.4598.2178.04
HexB090FE1F2B00101624e
Octal260220376375300401142116
Binary101100001001000011111110111111010110010000000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B090FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B090FE; }

 p { color: rgb(176,144,254); }

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

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

 a { background-color: rgb(176,144,254); }

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

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

 span { border-color: rgb(176,144,254); }

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