#B08DD5

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

Shades of Biloba Flower #B08DD5

Tints of Biloba Flower #B08DD5

Color information

#B08DD5 (or 0xB08DD5) is unknown color: approx Biloba Flower. HEX triplet: B0, 8D and D5. RGB value is (176,141,213). Sum of RGB (Red+Green+Blue) = 176+141+213=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #B08DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08DD5 is #4F722A. Grayscale: #9F9F9F. Windows color (decimal): -5206571 or 13995440. OLE color: 13995440.

HSL color Cylindrical-coordinate representation of color #B08DD5: hue angle of 269.17º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B08DD5 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB176141213-
CMYK0.170.3400.16
HSL269.17º46.15%69.41%-
HSV(B)269.17º33.8%83.53%-
XYZ39.4433.0867.26-
YUV159.67158.1139.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.21%
GREEN value IS 141 (55.47% from 255) = 26.60%
BLUE value IS 213 (83.59% from 255) = 40.19%
R=33.21%
G=26.60%
B=40.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761412130.170.3400.16269.1746.1569.41
HexB08DD5112201010d2e45
Octal260215325214202041556105
Binary101100001000110111010101100011000100100001000011011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08DD5; }

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

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

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

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

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

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

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

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