#B08CD1

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

Shades of Biloba Flower #B08CD1

Tints of Biloba Flower #B08CD1

Color information

#B08CD1 (or 0xB08CD1) is unknown color: approx Biloba Flower. HEX triplet: B0, 8C and D1. RGB value is (176,140,209). Sum of RGB (Red+Green+Blue) = 176+140+209=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 209 - color contains mainly: blue. Hex color #B08CD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08CD1 is #4F732E. Grayscale: #9E9E9E. Windows color (decimal): -5206831 or 13733040. OLE color: 13733040.

HSL color Cylindrical-coordinate representation of color #B08CD1: hue angle of 271.3º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B08CD1 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB176140209-
CMYK0.160.3300.18
HSL271.3º42.86%68.43%-
HSV(B)271.3º33.01%81.96%-
XYZ38.7932.5964.57-
YUV158.63156.43140.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 140 (55.08% from 255) = 26.67%
BLUE value IS 209 (82.03% from 255) = 39.81%
R=33.52%
G=26.67%
B=39.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761402090.160.3300.18271.342.8668.43
HexB08CD1102101210f2b44
Octal260214321204102241753104
Binary101100001000110011010001100001000010100101000011111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08CD1; }

 p { color: rgb(176,140,209); }

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

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

 a { background-color: rgb(176,140,209); }

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

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

 span { border-color: rgb(176,140,209); }

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