#B092F3

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

Shades of Biloba Flower #B092F3

Tints of Biloba Flower #B092F3

Color information

#B092F3 (or 0xB092F3) is unknown color: approx Biloba Flower. HEX triplet: B0, 92 and F3. RGB value is (176,146,243). Sum of RGB (Red+Green+Blue) = 176+146+243=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #B092F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B092F3 is #4F6D0C. Grayscale: #A5A5A5. Windows color (decimal): -5205261 or 15962800. OLE color: 15962800.

HSL color Cylindrical-coordinate representation of color #B092F3: hue angle of 258.56º degrees, saturation: 0.8, 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 #B092F3 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176146243-
CMYK0.280.4000.05
HSL258.56º80.17%76.27%-
HSV(B)258.56º39.92%95.29%-
XYZ44.3636.2689.45-
YUV166.03171.44135.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 146 (57.42% from 255) = 25.84%
BLUE value IS 243 (95.31% from 255) = 43.01%
R=31.15%
G=25.84%
B=43.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761462430.280.4000.05258.5680.1776.27
HexB092F31C2805103504c
Octal260222363345005403120114
Binary10110000100100101111001111100101000010110000001110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092F3; }

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

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

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

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

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

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

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

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