#B085D7

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

Shades of Biloba Flower #B085D7

Tints of Biloba Flower #B085D7

Color information

#B085D7 (or 0xB085D7) is unknown color: approx Biloba Flower. HEX triplet: B0, 85 and D7. RGB value is (176,133,215). Sum of RGB (Red+Green+Blue) = 176+133+215=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #B085D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085D7 is #4F7A28. Grayscale: #9A9A9A. Windows color (decimal): -5208617 or 14124464. OLE color: 14124464.

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

Color convert

RGB176133215-
CMYK0.180.3800.16
HSL271.46º50.62%68.24%-
HSV(B)271.46º38.14%84.31%-
XYZ38.5630.9168.22-
YUV155.2161.75142.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 133 (52.34% from 255) = 25.38%
BLUE value IS 215 (84.38% from 255) = 41.03%
R=33.59%
G=25.38%
B=41.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761332150.180.3800.16271.4650.6268.24
HexB085D7122601010f3344
Octal260205327224602041763104
Binary101100001000010111010111100101001100100001000011111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B085D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B085D7; }

 p { color: rgb(176,133,215); }

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

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

 a { background-color: rgb(176,133,215); }

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

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

 span { border-color: rgb(176,133,215); }

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