#B085DF

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

Shades of Biloba Flower #B085DF

Tints of Biloba Flower #B085DF

Color information

#B085DF (or 0xB085DF) is unknown color: approx Biloba Flower. HEX triplet: B0, 85 and DF. RGB value is (176,133,223). Sum of RGB (Red+Green+Blue) = 176+133+223=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #B085DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085DF is #4F7A20. Grayscale: #9B9B9B. Windows color (decimal): -5208609 or 14648752. OLE color: 14648752.

HSL color Cylindrical-coordinate representation of color #B085DF: hue angle of 268.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B085DF is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176133223-
CMYK0.210.4000.13
HSL268.67º58.44%69.8%-
HSV(B)268.67º40.36%87.45%-
XYZ39.6131.3373.77-
YUV156.12165.75142.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 133 (52.34% from 255) = 25%
BLUE value IS 223 (87.5% from 255) = 41.92%
R=33.08%
G=25%
B=41.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761332230.210.4000.13268.6758.4469.8
HexB085DF15280D10d3a46
Octal260205337255001541572106
Binary10110000100001011101111110101101000011011000011011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B085DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B085DF; }

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

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

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

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

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

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

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

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