#B092F8

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

Shades of Biloba Flower #B092F8

Tints of Biloba Flower #B092F8

Color information

#B092F8 (or 0xB092F8) is unknown color: approx Biloba Flower. HEX triplet: B0, 92 and F8. RGB value is (176,146,248). Sum of RGB (Red+Green+Blue) = 176+146+248=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #B092F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B092F8 is #4F6D07. Grayscale: #A6A6A6. Windows color (decimal): -5205256 or 16290480. OLE color: 16290480.

HSL color Cylindrical-coordinate representation of color #B092F8: hue angle of 257.65º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B092F8 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB176146248-
CMYK0.290.4100.03
HSL257.65º87.93%77.25%-
HSV(B)257.65º41.13%97.25%-
XYZ45.1336.5793.49-
YUV166.6173.94134.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.88%
GREEN value IS 146 (57.42% from 255) = 25.61%
BLUE value IS 248 (97.27% from 255) = 43.51%
R=30.88%
G=25.61%
B=43.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1761462480.290.4100.03257.6587.9377.25
HexB092F81D2903102584d
Octal260222370355103402130115
Binary1011000010010010111110001110110100101110000001010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092F8; }

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

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

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

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

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

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

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

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