#B085DB

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

Shades of Biloba Flower #B085DB

Tints of Biloba Flower #B085DB

Color information

#B085DB (or 0xB085DB) is unknown color: approx Biloba Flower. HEX triplet: B0, 85 and DB. RGB value is (176,133,219). Sum of RGB (Red+Green+Blue) = 176+133+219=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #B085DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085DB is #4F7A24. Grayscale: #9B9B9B. Windows color (decimal): -5208613 or 14386608. OLE color: 14386608.

HSL color Cylindrical-coordinate representation of color #B085DB: hue angle of 270º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B085DB is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176133219-
CMYK0.200.3900.14
HSL270º54.43%69.02%-
HSV(B)270º39.27%85.88%-
XYZ39.0831.1270.96-
YUV155.66163.75142.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 133 (52.34% from 255) = 25.19%
BLUE value IS 219 (85.94% from 255) = 41.48%
R=33.33%
G=25.19%
B=41.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761332190.200.3900.1427054.4369.02
HexB085DB14270E10e3645
Octal260205333244701641666105
Binary10110000100001011101101110100100111011101000011101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B085DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B085DB; }

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

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

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

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

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

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

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

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