#B08EF0

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

Shades of Biloba Flower #B08EF0

Tints of Biloba Flower #B08EF0

Color information

#B08EF0 (or 0xB08EF0) is unknown color: approx Biloba Flower. HEX triplet: B0, 8E and F0. RGB value is (176,142,240). Sum of RGB (Red+Green+Blue) = 176+142+240=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #B08EF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08EF0 is #4F710F. Grayscale: #A2A2A2. Windows color (decimal): -5206288 or 15765168. OLE color: 15765168.

HSL color Cylindrical-coordinate representation of color #B08EF0: hue angle of 260.82º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B08EF0 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176142240-
CMYK0.270.4100.06
HSL260.82º76.56%74.9%-
HSV(B)260.82º40.83%94.12%-
XYZ43.3134.8786.89-
YUV163.34171.26137.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.54%
GREEN value IS 142 (55.86% from 255) = 25.45%
BLUE value IS 240 (94.14% from 255) = 43.01%
R=31.54%
G=25.45%
B=43.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1761422400.270.4100.06260.8276.5674.9
HexB08EF01B29061054d4b
Octal260216360335106405115113
Binary10110000100011101111000011011101001011010000010110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EF0; }

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

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

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

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

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

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

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

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