#B08EDB

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

Shades of Biloba Flower #B08EDB

Tints of Biloba Flower #B08EDB

Color information

#B08EDB (or 0xB08EDB) is unknown color: approx Biloba Flower. HEX triplet: B0, 8E and DB. RGB value is (176,142,219). Sum of RGB (Red+Green+Blue) = 176+142+219=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #B08EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08EDB is #4F7124. Grayscale: #A0A0A0. Windows color (decimal): -5206309 or 14388912. OLE color: 14388912.

HSL color Cylindrical-coordinate representation of color #B08EDB: hue angle of 266.49º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B08EDB is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176142219-
CMYK0.200.3500.14
HSL266.49º51.68%70.78%-
HSV(B)266.49º35.16%85.88%-
XYZ40.3633.6971.39-
YUV160.94160.76138.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.77%
GREEN value IS 142 (55.86% from 255) = 26.44%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=32.77%
G=26.44%
B=40.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761422190.200.3500.14266.4951.6870.78
HexB08EDB14230E10a3447
Octal260216333244301641264107
Binary10110000100011101101101110100100011011101000010101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EDB; }

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

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

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

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

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

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

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

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