#B08DCF

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

Shades of Biloba Flower #B08DCF

Tints of Biloba Flower #B08DCF

Color information

#B08DCF (or 0xB08DCF) is unknown color: approx Biloba Flower. HEX triplet: B0, 8D and CF. RGB value is (176,141,207). Sum of RGB (Red+Green+Blue) = 176+141+207=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #B08DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08DCF is #4F7230. Grayscale: #9E9E9E. Windows color (decimal): -5206577 or 13602224. OLE color: 13602224.

HSL color Cylindrical-coordinate representation of color #B08DCF: hue angle of 271.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B08DCF is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176141207-
CMYK0.150.3200.19
HSL271.82º40.74%68.24%-
HSV(B)271.82º31.88%81.18%-
XYZ38.6932.7863.32-
YUV158.99155.1140.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 207 (81.25% from 255) = 39.50%
R=33.59%
G=26.91%
B=39.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761412070.150.3200.19271.8240.7468.24
HexB08DCFF200131102944
Octal260215317174002342051104
Binary10110000100011011100111111111000000100111000100001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08DCF; }

 p { color: rgb(176,141,207); }

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

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

 a { background-color: rgb(176,141,207); }

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

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

 span { border-color: rgb(176,141,207); }

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