#B085DA

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

Shades of Biloba Flower #B085DA

Tints of Biloba Flower #B085DA

Color information

#B085DA (or 0xB085DA) is unknown color: approx Biloba Flower. HEX triplet: B0, 85 and DA. RGB value is (176,133,218). Sum of RGB (Red+Green+Blue) = 176+133+218=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #B085DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085DA is #4F7A25. Grayscale: #9B9B9B. Windows color (decimal): -5208614 or 14321072. OLE color: 14321072.

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

Color convert

RGB176133218-
CMYK0.190.3900.15
HSL270.35º53.46%68.82%-
HSV(B)270.35º38.99%85.49%-
XYZ38.9531.0770.27-
YUV155.55163.25142.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.40%
GREEN value IS 133 (52.34% from 255) = 25.24%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=33.40%
G=25.24%
B=41.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761332180.190.3900.15270.3553.4668.82
HexB085DA13270F10e3545
Octal260205332234701741665105
Binary10110000100001011101101010011100111011111000011101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B085DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B085DA; }

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

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

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

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

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

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

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

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