#B090F2

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

Shades of Biloba Flower #B090F2

Tints of Biloba Flower #B090F2

Color information

#B090F2 (or 0xB090F2) is unknown color: approx Biloba Flower. HEX triplet: B0, 90 and F2. RGB value is (176,144,242). Sum of RGB (Red+Green+Blue) = 176+144+242=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #B090F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B090F2 is #4F6F0D. Grayscale: #A4A4A4. Windows color (decimal): -5205774 or 15896752. OLE color: 15896752.

HSL color Cylindrical-coordinate representation of color #B090F2: hue angle of 259.59º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B090F2 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176144242-
CMYK0.270.4000.05
HSL259.59º79.03%75.69%-
HSV(B)259.59º40.5%94.9%-
XYZ43.935.5988.56-
YUV164.74171.6136.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.32%
GREEN value IS 144 (56.64% from 255) = 25.62%
BLUE value IS 242 (94.92% from 255) = 43.06%
R=31.32%
G=25.62%
B=43.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761442420.270.4000.05259.5979.0375.69
HexB090F21B28051044f4c
Octal260220362335005404117114
Binary10110000100100001111001011011101000010110000010010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B090F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B090F2; }

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

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

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

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

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

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

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

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