#B08DDC

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

Shades of Biloba Flower #B08DDC

Tints of Biloba Flower #B08DDC

Color information

#B08DDC (or 0xB08DDC) is unknown color: approx Biloba Flower. HEX triplet: B0, 8D and DC. RGB value is (176,141,220). Sum of RGB (Red+Green+Blue) = 176+141+220=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #B08DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08DDC is #4F7223. Grayscale: #A0A0A0. Windows color (decimal): -5206564 or 14454192. OLE color: 14454192.

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

Color convert

RGB176141220-
CMYK0.20.3600.14
HSL266.58º53.02%70.78%-
HSV(B)266.58º35.91%86.27%-
XYZ40.3533.4572.04-
YUV160.47161.6139.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.77%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=32.77%
G=26.26%
B=40.97%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761412200.20.3600.14266.5853.0270.78
HexB08DDC14240E10b3547
Octal260215334244401641365107
Binary10110000100011011101110010100100100011101000010111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08DDC; }

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

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

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

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

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

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

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

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