#B092FA

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

Shades of Biloba Flower #B092FA

Tints of Biloba Flower #B092FA

Color information

#B092FA (or 0xB092FA) is unknown color: approx Biloba Flower. HEX triplet: B0, 92 and FA. RGB value is (176,146,250). Sum of RGB (Red+Green+Blue) = 176+146+250=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #B092FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B092FA is #4F6D05. Grayscale: #A6A6A6. Windows color (decimal): -5205254 or 16421552. OLE color: 16421552.

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

Color convert

RGB176146250-
CMYK0.300.4200.02
HSL257.31º91.23%77.65%-
HSV(B)257.31º41.6%98.04%-
XYZ45.4436.6995.13-
YUV166.83174.94134.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.77%
GREEN value IS 146 (57.42% from 255) = 25.52%
BLUE value IS 250 (98.05% from 255) = 43.71%
R=30.77%
G=25.52%
B=43.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761462500.300.4200.02257.3191.2377.65
HexB092FA1E2A021015b4e
Octal260222372365202401133116
Binary1011000010010010111110101111010101001010000000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092FA; }

 p { color: rgb(176,146,250); }

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

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

 a { background-color: rgb(176,146,250); }

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

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

 span { border-color: rgb(176,146,250); }

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