#B08EF3

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

Shades of Biloba Flower #B08EF3

Tints of Biloba Flower #B08EF3

Color information

#B08EF3 (or 0xB08EF3) is unknown color: approx Biloba Flower. HEX triplet: B0, 8E and F3. RGB value is (176,142,243). Sum of RGB (Red+Green+Blue) = 176+142+243=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #B08EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08EF3 is #4F710C. Grayscale: #A3A3A3. Windows color (decimal): -5206285 or 15961776. OLE color: 15961776.

HSL color Cylindrical-coordinate representation of color #B08EF3: hue angle of 260.2º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B08EF3 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176142243-
CMYK0.280.4200.05
HSL260.2º80.8%75.49%-
HSV(B)260.2º41.56%95.29%-
XYZ43.7635.0589.25-
YUV163.68172.76136.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.37%
GREEN value IS 142 (55.86% from 255) = 25.31%
BLUE value IS 243 (95.31% from 255) = 43.32%
R=31.37%
G=25.31%
B=43.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761422430.280.4200.05260.280.875.49
HexB08EF31C2A05104514b
Octal260216363345205404121113
Binary10110000100011101111001111100101010010110000010010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EF3; }

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

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

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

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

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

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

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

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