#B08EF4

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

Shades of Biloba Flower #B08EF4

Tints of Biloba Flower #B08EF4

Color information

#B08EF4 (or 0xB08EF4) is unknown color: approx Biloba Flower. HEX triplet: B0, 8E and F4. RGB value is (176,142,244). Sum of RGB (Red+Green+Blue) = 176+142+244=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 244 (95.70% from 255 or 43.42% from 562); Max value from RGB is 244 - color contains mainly: blue. Hex color #B08EF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08EF4 is #4F710B. Grayscale: #A3A3A3. Windows color (decimal): -5206284 or 16027312. OLE color: 16027312.

HSL color Cylindrical-coordinate representation of color #B08EF4: hue angle of 260º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B08EF4 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB176142244-
CMYK0.280.4200.04
HSL260º82.26%75.69%-
HSV(B)260º41.8%95.69%-
XYZ43.9135.1190.05-
YUV163.79173.26136.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.32%
GREEN value IS 142 (55.86% from 255) = 25.27%
BLUE value IS 244 (95.70% from 255) = 43.42%
R=31.32%
G=25.27%
B=43.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1761422440.280.4200.0426082.2675.69
HexB08EF41C2A04104524c
Octal260216364345204404122114
Binary10110000100011101111010011100101010010010000010010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EF4; }

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

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

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

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

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

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

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

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