#B08DDA

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

Shades of Biloba Flower #B08DDA

Tints of Biloba Flower #B08DDA

Color information

#B08DDA (or 0xB08DDA) is unknown color: approx Biloba Flower. HEX triplet: B0, 8D and DA. RGB value is (176,141,218). Sum of RGB (Red+Green+Blue) = 176+141+218=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #B08DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08DDA is #4F7225. Grayscale: #9F9F9F. Windows color (decimal): -5206566 or 14323120. OLE color: 14323120.

HSL color Cylindrical-coordinate representation of color #B08DDA: hue angle of 267.27º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B08DDA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176141218-
CMYK0.190.3500.15
HSL267.27º50.99%70.39%-
HSV(B)267.27º35.32%85.49%-
XYZ40.0833.3470.65-
YUV160.24160.6139.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 141 (55.47% from 255) = 26.36%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=32.90%
G=26.36%
B=40.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761412180.190.3500.15267.2750.9970.39
HexB08DDA13230F10b3346
Octal260215332234301741363106
Binary10110000100011011101101010011100011011111000010111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08DDA; }

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

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

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

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

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

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

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

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