#B08FDB

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

Shades of Biloba Flower #B08FDB

Tints of Biloba Flower #B08FDB

Color information

#B08FDB (or 0xB08FDB) is unknown color: approx Biloba Flower. HEX triplet: B0, 8F and DB. RGB value is (176,143,219). Sum of RGB (Red+Green+Blue) = 176+143+219=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #B08FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08FDB is #4F7024. Grayscale: #A1A1A1. Windows color (decimal): -5206053 or 14389168. OLE color: 14389168.

HSL color Cylindrical-coordinate representation of color #B08FDB: hue angle of 266.05º degrees, saturation: 0.51, 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 #B08FDB is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176143219-
CMYK0.200.3500.14
HSL266.05º51.35%70.98%-
HSV(B)266.05º34.7%85.88%-
XYZ40.5133.9971.44-
YUV161.53160.43138.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.71%
GREEN value IS 143 (56.25% from 255) = 26.58%
BLUE value IS 219 (85.94% from 255) = 40.71%
R=32.71%
G=26.58%
B=40.71%

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
Decimal1761432190.200.3500.14266.0551.3570.98
HexB08FDB14230E10a3347
Octal260217333244301641263107
Binary10110000100011111101101110100100011011101000010101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08FDB; }

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

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

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

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

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

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

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

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